Html Css Color HEX #472FB4 Purple Heart

📋 copy color: '#472FB4'

red 71 ◦ green 47 ◦ blue 180

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

Shades of Purple Heart #472FB4

Tints of Purple Heart #472FB4

RGB

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

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

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

R = 23.83%
G = 15.77%
B = 60.4%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#472FB4 (or 0x472FB4) is known color: Purple Heart. HEX triplet: 47, 2F and B4. RGB value is (71,47,180). Sum of RGB (Red+Green+Blue) = 71+47+180=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #472FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FB4 is #B8D04B. Grayscale: #444444. Windows color (decimal): -12111948 or 11808583. OLE color: 11808583.

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

Color convert

RGB 71 47 180 -
CMYK 0.61 0.74 0 0.29
HSL 250.83º 0.59% 0.45% -
HSV(B) 250.83º 0.74% 0.71% -
XYZ 11.85 6.67 43.84 -
YUV 69.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 71 47 180 0.61 0.74 0 0.29 250.83 0.59 0.45
Hex 47 2F B4 3D 4A 0 1D FB 3B 2D
Octal 107 57 264 75 112 0 35 373 73 55
Binary 1000111 101111 10110100 111101 1001010 0 11101 11111011 111011 101101

Color Harmonies of #472FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FB4

Black with #472FB4

Text Example


Text Example

White with #472FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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