Html Css Color HEX #472EB9 Purple Heart

📋 copy color: '#472EB9'

red 71 ◦ green 46 ◦ blue 185

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

Shades of Purple Heart #472EB9

Tints of Purple Heart #472EB9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.23%

 BLUE value IS 185 (72.66% from 255) = 61.26%

R = 23.51%
G = 15.23%
B = 61.26%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#472EB9 (or 0x472EB9) is known color: Purple Heart. HEX triplet: 47, 2E and B9. RGB value is (71,46,185). Sum of RGB (Red+Green+Blue) = 71+46+185=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #472EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EB9 is #B8D146. Grayscale: #444444. Windows color (decimal): -12112199 or 12136007. OLE color: 12136007.

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

Color convert

RGB 71 46 185 -
CMYK 0.62 0.75 0 0.27
HSL 250.79º 0.6% 0.45% -
HSV(B) 250.79º 0.75% 0.73% -
XYZ 12.33 6.8 46.56 -
YUV 69.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 71 46 185 0.62 0.75 0 0.27 250.79 0.6 0.45
Hex 47 2E B9 3E 4B 0 1B FB 3C 2D
Octal 107 56 271 76 113 0 33 373 74 55
Binary 1000111 101110 10111001 111110 1001011 0 11011 11111011 111100 101101

Color Harmonies of #472EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EB9

Black with #472EB9

Text Example


Text Example

White with #472EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,185); }

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

background-color css

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

 a { background-color: rgb(71,46,185); }

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

border-color css

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

 span { border-color: rgb(71,46,185); }

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