Html Css Color HEX #712ACC Purple Heart

📋 copy color: '#712ACC'

red 113 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #712ACC

Tints of Purple Heart #712ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.7%

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

R = 31.48%
G = 11.7%
B = 56.82%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#712ACC (or 0x712ACC) is known color: Purple Heart. HEX triplet: 71, 2A and CC. RGB value is (113,42,204). Sum of RGB (Red+Green+Blue) = 113+42+204=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #712ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ACC is #8ED533. Grayscale: #515151. Windows color (decimal): -9360692 or 13380209. OLE color: 13380209.

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

Color convert

RGB 113 42 204 -
CMYK 0.45 0.79 0 0.2
HSL 266.3º 0.66% 0.48% -
HSV(B) 266.3º 0.79% 0.8% -
XYZ 18.54 9.53 57.99 -
YUV 81.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 113 42 204 0.45 0.79 0 0.2 266.3 0.66 0.48
Hex 71 2A CC 2D 4F 0 14 10A 42 30
Octal 161 52 314 55 117 0 24 412 102 60
Binary 1110001 101010 11001100 101101 1001111 0 10100 100001010 1000010 110000

Color Harmonies of #712ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ACC

Black with #712ACC

Text Example


Text Example

White with #712ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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