Html Css Color HEX #712CCA Purple Heart

📋 copy color: '#712CCA'

red 113 ◦ green 44 ◦ blue 202

#712CCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #712CCA

Tints of Purple Heart #712CCA

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

 GREEN value IS 44 (17.58% from 255) = 12.26%

 BLUE value IS 202 (79.3% from 255) = 56.27%

R = 31.48%
G = 12.26%
B = 56.27%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#712CCA (or 0x712CCA) is known color: Purple Heart. HEX triplet: 71, 2C and CA. RGB value is (113,44,202). Sum of RGB (Red+Green+Blue) = 113+44+202=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #712CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CCA is #8ED335. Grayscale: #525252. Windows color (decimal): -9360182 or 13249649. OLE color: 13249649.

HSL color Cylindrical-coordinate representation of color #712CCA: hue angle of 266.2º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712CCA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 44 202 -
CMYK 0.44 0.78 0 0.21
HSL 266.2º 0.64% 0.48% -
HSV(B) 266.2º 0.78% 0.79% -
XYZ 18.37 9.58 56.76 -
YUV 82.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 113 44 202 0.44 0.78 0 0.21 266.2 0.64 0.48
Hex 71 2C CA 2C 4E 0 15 10A 40 30
Octal 161 54 312 54 116 0 25 412 100 60
Binary 1110001 101100 11001010 101100 1001110 0 10101 100001010 1000000 110000

Color Harmonies of #712CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CCA

Black with #712CCA

Text Example


Text Example

White with #712CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712CCA; }

 p { color: rgb(113,44,202); }

 H1.HeaderClassName
 {
   color: #712CCA;
 }
 .AnyTagClassName
 {
   color: #712CCA;
 }
</style>

background-color css

<style>
 a { background-color: #712CCA; }

 a { background-color: rgb(113,44,202); }

 div.DivClassName
 {
   background-color: #712CCA;
 }
 .BgClassName
 {
   background-color: #712CCA;
 }
</style>

border-color css

<style>
 span { border-color: #712CCA; }

 span { border-color: rgb(113,44,202); }

 td.TdClassName
 {
   border-color: #712CCA;
 }
 .TagClassName
 {
   border-color: #712CCA;
 }
</style>