Html Css Color HEX #472BBC Purple Heart

📋 copy color: '#472BBC'

red 71 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #472BBC

Tints of Purple Heart #472BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 23.51%
G = 14.24%
B = 62.25%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#472BBC (or 0x472BBC) is known color: Purple Heart. HEX triplet: 47, 2B and BC. RGB value is (71,43,188). Sum of RGB (Red+Green+Blue) = 71+43+188=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #472BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BBC is #B8D443. Grayscale: #434343. Windows color (decimal): -12112964 or 12331847. OLE color: 12331847.

HSL color Cylindrical-coordinate representation of color #472BBC: hue angle of 251.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472BBC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 43 188 -
CMYK 0.62 0.77 0 0.26
HSL 251.59º 0.63% 0.45% -
HSV(B) 251.59º 0.77% 0.74% -
XYZ 12.54 6.7 48.21 -
YUV 67.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 71 43 188 0.62 0.77 0 0.26 251.59 0.63 0.45
Hex 47 2B BC 3E 4D 0 1A FC 3F 2D
Octal 107 53 274 76 115 0 32 374 77 55
Binary 1000111 101011 10111100 111110 1001101 0 11010 11111100 111111 101101

Color Harmonies of #472BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BBC

Black with #472BBC

Text Example


Text Example

White with #472BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,188); }

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

background-color css

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

 a { background-color: rgb(71,43,188); }

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

border-color css

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

 span { border-color: rgb(71,43,188); }

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