Html Css Color HEX #472FCB Purple Heart

📋 copy color: '#472FCB'

red 71 ◦ green 47 ◦ blue 203

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

Shades of Purple Heart #472FCB

Tints of Purple Heart #472FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 22.12%
G = 14.64%
B = 63.24%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#472FCB (or 0x472FCB) is known color: Purple Heart. HEX triplet: 47, 2F and CB. RGB value is (71,47,203). Sum of RGB (Red+Green+Blue) = 71+47+203=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #472FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FCB is #B8D034. Grayscale: #474747. Windows color (decimal): -12111925 or 13315911. OLE color: 13315911.

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

Color convert

RGB 71 47 203 -
CMYK 0.65 0.77 0 0.20
HSL 249.23º 0.62% 0.49% -
HSV(B) 249.23º 0.77% 0.8% -
XYZ 14.39 7.68 57.22 -
YUV 71.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 71 47 203 0.65 0.77 0 0.20 249.23 0.62 0.49
Hex 47 2F CB 41 4D 0 14 F9 3E 31
Octal 107 57 313 101 115 0 24 371 76 61
Binary 1000111 101111 11001011 1000001 1001101 0 10100 11111001 111110 110001

Color Harmonies of #472FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FCB

Black with #472FCB

Text Example


Text Example

White with #472FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,203); }

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

background-color css

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

 a { background-color: rgb(71,47,203); }

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

border-color css

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

 span { border-color: rgb(71,47,203); }

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