Html Css Color HEX #472DB6 Purple Heart

📋 copy color: '#472DB6'

red 71 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #472DB6

Tints of Purple Heart #472DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

 BLUE value IS 182 (71.48% from 255) = 61.07%

R = 23.83%
G = 15.1%
B = 61.07%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#472DB6 (or 0x472DB6) is known color: Purple Heart. HEX triplet: 47, 2D and B6. RGB value is (71,45,182). Sum of RGB (Red+Green+Blue) = 71+45+182=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 182 (71.48% from 255 or 61.07% from 298); Max value from RGB is 182 - color contains mainly: blue. Hex color #472DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DB6 is #B8D249. Grayscale: #434343. Windows color (decimal): -12112458 or 11939143. OLE color: 11939143.

HSL color Cylindrical-coordinate representation of color #472DB6: hue angle of 251.39º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472DB6 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 45 182 -
CMYK 0.61 0.75 0 0.29
HSL 251.39º 0.6% 0.45% -
HSV(B) 251.39º 0.75% 0.71% -
XYZ 11.98 6.59 44.9 -
YUV 68.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 71 45 182 0.61 0.75 0 0.29 251.39 0.6 0.45
Hex 47 2D B6 3D 4B 0 1D FB 3C 2D
Octal 107 55 266 75 113 0 35 373 74 55
Binary 1000111 101101 10110110 111101 1001011 0 11101 11111011 111100 101101

Color Harmonies of #472DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DB6

Black with #472DB6

Text Example


Text Example

White with #472DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,182); }

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

background-color css

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

 a { background-color: rgb(71,45,182); }

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

border-color css

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

 span { border-color: rgb(71,45,182); }

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