Html Css Color HEX #472FB7 Purple Heart

📋 copy color: '#472FB7'

red 71 ◦ green 47 ◦ blue 183

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

Shades of Purple Heart #472FB7

Tints of Purple Heart #472FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 60.8%

R = 23.59%
G = 15.61%
B = 60.8%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#472FB7 (or 0x472FB7) is known color: Purple Heart. HEX triplet: 47, 2F and B7. RGB value is (71,47,183). Sum of RGB (Red+Green+Blue) = 71+47+183=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #472FB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FB7 is #B8D048. Grayscale: #454545. Windows color (decimal): -12111945 or 12005191. OLE color: 12005191.

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

Color convert

RGB 71 47 183 -
CMYK 0.61 0.74 0 0.28
HSL 250.59º 0.59% 0.45% -
HSV(B) 250.59º 0.74% 0.72% -
XYZ 12.16 6.79 45.47 -
YUV 69.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 71 47 183 0.61 0.74 0 0.28 250.59 0.59 0.45
Hex 47 2F B7 3D 4A 0 1C FB 3B 2D
Octal 107 57 267 75 112 0 34 373 73 55
Binary 1000111 101111 10110111 111101 1001010 0 11100 11111011 111011 101101

Color Harmonies of #472FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FB7

Black with #472FB7

Text Example


Text Example

White with #472FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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