Html Css Color HEX #472ACD Purple Heart

📋 copy color: '#472ACD'

red 71 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #472ACD

Tints of Purple Heart #472ACD

RGB

 RED value IS 71 (28.13% from 255) = 22.33%

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

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

R = 22.33%
G = 13.21%
B = 64.47%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#472ACD (or 0x472ACD) is known color: Purple Heart. HEX triplet: 47, 2A and CD. RGB value is (71,42,205). Sum of RGB (Red+Green+Blue) = 71+42+205=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #472ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ACD is #B8D532. Grayscale: #444444. Windows color (decimal): -12113203 or 13445703. OLE color: 13445703.

HSL color Cylindrical-coordinate representation of color #472ACD: hue angle of 250.67º 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 #472ACD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 42 205 -
CMYK 0.65 0.80 0 0.20
HSL 250.67º 0.66% 0.48% -
HSV(B) 250.67º 0.8% 0.8% -
XYZ 14.45 7.4 58.43 -
YUV 69.25 204.61 129.25 -
System Red Green Blue C M Y K H S L
Decimal 71 42 205 0.65 0.80 0 0.20 250.67 0.66 0.48
Hex 47 2A CD 41 50 0 14 FB 42 30
Octal 107 52 315 101 120 0 24 373 102 60
Binary 1000111 101010 11001101 1000001 1010000 0 10100 11111011 1000010 110000

Color Harmonies of #472ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ACD

Black with #472ACD

Text Example


Text Example

White with #472ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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