Html Css Color HEX #712CCF Purple Heart

📋 copy color: '#712CCF'

red 113 ◦ green 44 ◦ blue 207

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

Shades of Purple Heart #712CCF

Tints of Purple Heart #712CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 31.04%
G = 12.09%
B = 56.87%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#712CCF (or 0x712CCF) is known color: Purple Heart. HEX triplet: 71, 2C and CF. RGB value is (113,44,207). Sum of RGB (Red+Green+Blue) = 113+44+207=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #712CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CCF is #8ED330. Grayscale: #525252. Windows color (decimal): -9360177 or 13577329. OLE color: 13577329.

HSL color Cylindrical-coordinate representation of color #712CCF: hue angle of 265.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712CCF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 44 207 -
CMYK 0.45 0.79 0 0.19
HSL 265.4º 0.65% 0.49% -
HSV(B) 265.4º 0.79% 0.81% -
XYZ 18.97 9.82 59.93 -
YUV 83.21 197.86 149.25 -
System Red Green Blue C M Y K H S L
Decimal 113 44 207 0.45 0.79 0 0.19 265.4 0.65 0.49
Hex 71 2C CF 2D 4F 0 13 109 41 31
Octal 161 54 317 55 117 0 23 411 101 61
Binary 1110001 101100 11001111 101101 1001111 0 10011 100001001 1000001 110001

Color Harmonies of #712CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712CCF

Black with #712CCF

Text Example


Text Example

White with #712CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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