Html Css Color HEX #472CCB Purple Heart

📋 copy color: '#472CCB'

red 71 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #472CCB

Tints of Purple Heart #472CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 22.33%
G = 13.84%
B = 63.84%

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

#472CCB (or 0x472CCB) is known color: Purple Heart. HEX triplet: 47, 2C and CB. RGB value is (71,44,203). Sum of RGB (Red+Green+Blue) = 71+44+203=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #472CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CCB is #B8D334. Grayscale: #454545. Windows color (decimal): -12112693 or 13315143. OLE color: 13315143.

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

Color convert

RGB 71 44 203 -
CMYK 0.65 0.78 0 0.20
HSL 250.19º 0.64% 0.48% -
HSV(B) 250.19º 0.78% 0.8% -
XYZ 14.28 7.45 57.19 -
YUV 70.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 71 44 203 0.65 0.78 0 0.20 250.19 0.64 0.48
Hex 47 2C CB 41 4E 0 14 FA 40 30
Octal 107 54 313 101 116 0 24 372 100 60
Binary 1000111 101100 11001011 1000001 1001110 0 10100 11111010 1000000 110000

Color Harmonies of #472CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CCB

Black with #472CCB

Text Example


Text Example

White with #472CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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