Html Css Color HEX #472ECD Purple Heart

📋 copy color: '#472ECD'

red 71 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #472ECD

Tints of Purple Heart #472ECD

RGB

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

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

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

R = 22.05%
G = 14.29%
B = 63.66%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#472ECD (or 0x472ECD) is known color: Purple Heart. HEX triplet: 47, 2E and CD. RGB value is (71,46,205). Sum of RGB (Red+Green+Blue) = 71+46+205=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #472ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ECD is #B8D132. Grayscale: #464646. Windows color (decimal): -12112179 or 13446727. OLE color: 13446727.

HSL color Cylindrical-coordinate representation of color #472ECD: hue angle of 249.43º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472ECD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 46 205 -
CMYK 0.65 0.78 0 0.20
HSL 249.43º 0.63% 0.49% -
HSV(B) 249.43º 0.78% 0.8% -
XYZ 14.59 7.7 58.47 -
YUV 71.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 71 46 205 0.65 0.78 0 0.20 249.43 0.63 0.49
Hex 47 2E CD 41 4E 0 14 F9 3F 31
Octal 107 56 315 101 116 0 24 371 77 61
Binary 1000111 101110 11001101 1000001 1001110 0 10100 11111001 111111 110001

Color Harmonies of #472ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ECD

Black with #472ECD

Text Example


Text Example

White with #472ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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