Html Css Color HEX #472DB4 Purple Heart

📋 copy color: '#472DB4'

red 71 ◦ green 45 ◦ blue 180

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

Shades of Purple Heart #472DB4

Tints of Purple Heart #472DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60.81%

R = 23.99%
G = 15.2%
B = 60.81%

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

#472DB4 (or 0x472DB4) is known color: Purple Heart. HEX triplet: 47, 2D and B4. RGB value is (71,45,180). Sum of RGB (Red+Green+Blue) = 71+45+180=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #472DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DB4 is #B8D24B. Grayscale: #434343. Windows color (decimal): -12112460 or 11808071. OLE color: 11808071.

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

Color convert

RGB 71 45 180 -
CMYK 0.61 0.75 0 0.29
HSL 251.56º 0.6% 0.44% -
HSV(B) 251.56º 0.75% 0.71% -
XYZ 11.78 6.51 43.82 -
YUV 68.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 71 45 180 0.61 0.75 0 0.29 251.56 0.6 0.44
Hex 47 2D B4 3D 4B 0 1D FC 3C 2C
Octal 107 55 264 75 113 0 35 374 74 54
Binary 1000111 101101 10110100 111101 1001011 0 11101 11111100 111100 101100

Color Harmonies of #472DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DB4

Black with #472DB4

Text Example


Text Example

White with #472DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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