Html Css Color HEX #712ACD Purple Heart

📋 copy color: '#712ACD'

red 113 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #712ACD

Tints of Purple Heart #712ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 31.39%
G = 11.67%
B = 56.94%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#712ACD (or 0x712ACD) is known color: Purple Heart. HEX triplet: 71, 2A and CD. RGB value is (113,42,205). Sum of RGB (Red+Green+Blue) = 113+42+205=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #712ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ACD is #8ED532. Grayscale: #515151. Windows color (decimal): -9360691 or 13445745. OLE color: 13445745.

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

Color convert

RGB 113 42 205 -
CMYK 0.45 0.80 0 0.20
HSL 266.13º 0.66% 0.48% -
HSV(B) 266.13º 0.8% 0.8% -
XYZ 18.66 9.57 58.62 -
YUV 81.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 113 42 205 0.45 0.80 0 0.20 266.13 0.66 0.48
Hex 71 2A CD 2D 50 0 14 10A 42 30
Octal 161 52 315 55 120 0 24 412 102 60
Binary 1110001 101010 11001101 101101 1010000 0 10100 100001010 1000010 110000

Color Harmonies of #712ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712ACD

Black with #712ACD

Text Example


Text Example

White with #712ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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