Html Css Color HEX #472ECE Purple Heart

📋 copy color: '#472ECE'

red 71 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #472ECE

Tints of Purple Heart #472ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 21.98%
G = 14.24%
B = 63.78%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#472ECE (or 0x472ECE) is known color: Purple Heart. HEX triplet: 47, 2E and CE. RGB value is (71,46,206). Sum of RGB (Red+Green+Blue) = 71+46+206=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #472ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ECE is #B8D131. Grayscale: #474747. Windows color (decimal): -12112178 or 13512263. OLE color: 13512263.

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

Color convert

RGB 71 46 206 -
CMYK 0.66 0.78 0 0.19
HSL 249.38º 0.63% 0.49% -
HSV(B) 249.38º 0.78% 0.81% -
XYZ 14.72 7.75 59.11 -
YUV 71.72 203.78 127.49 -
System Red Green Blue C M Y K H S L
Decimal 71 46 206 0.66 0.78 0 0.19 249.38 0.63 0.49
Hex 47 2E CE 42 4E 0 13 F9 3F 31
Octal 107 56 316 102 116 0 23 371 77 61
Binary 1000111 101110 11001110 1000010 1001110 0 10011 11111001 111111 110001

Color Harmonies of #472ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ECE

Black with #472ECE

Text Example


Text Example

White with #472ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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