Html Css Color HEX #712ECC Purple Heart

📋 copy color: '#712ECC'

red 113 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #712ECC

Tints of Purple Heart #712ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.67%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 31.13%
G = 12.67%
B = 56.2%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#712ECC (or 0x712ECC) is known color: Purple Heart. HEX triplet: 71, 2E and CC. RGB value is (113,46,204). Sum of RGB (Red+Green+Blue) = 113+46+204=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #712ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ECC is #8ED133. Grayscale: #535353. Windows color (decimal): -9359668 or 13381233. OLE color: 13381233.

HSL color Cylindrical-coordinate representation of color #712ECC: hue angle of 265.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712ECC is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 46 204 -
CMYK 0.45 0.77 0 0.2
HSL 265.44º 0.63% 0.49% -
HSV(B) 265.44º 0.77% 0.8% -
XYZ 18.69 9.82 58.04 -
YUV 84.05 195.7 148.65 -
System Red Green Blue C M Y K H S L
Decimal 113 46 204 0.45 0.77 0 0.2 265.44 0.63 0.49
Hex 71 2E CC 2D 4D 0 14 109 3F 31
Octal 161 56 314 55 115 0 24 411 77 61
Binary 1110001 101110 11001100 101101 1001101 0 10100 100001001 111111 110001

Color Harmonies of #712ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ECC

Black with #712ECC

Text Example


Text Example

White with #712ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,46,204); }

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

background-color css

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

 a { background-color: rgb(113,46,204); }

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

border-color css

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

 span { border-color: rgb(113,46,204); }

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