Html Css Color HEX #472FBB Purple Heart

📋 copy color: '#472FBB'

red 71 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #472FBB

Tints of Purple Heart #472FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 23.28%
G = 15.41%
B = 61.31%

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

#472FBB (or 0x472FBB) is known color: Purple Heart. HEX triplet: 47, 2F and BB. RGB value is (71,47,187). Sum of RGB (Red+Green+Blue) = 71+47+187=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #472FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472FBB is #B8D044. Grayscale: #454545. Windows color (decimal): -12111941 or 12267335. OLE color: 12267335.

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

Color convert

RGB 71 47 187 -
CMYK 0.62 0.75 0 0.27
HSL 250.29º 0.6% 0.46% -
HSV(B) 250.29º 0.75% 0.73% -
XYZ 12.58 6.96 47.69 -
YUV 70.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 71 47 187 0.62 0.75 0 0.27 250.29 0.6 0.46
Hex 47 2F BB 3E 4B 0 1B FA 3C 2E
Octal 107 57 273 76 113 0 33 372 74 56
Binary 1000111 101111 10111011 111110 1001011 0 11011 11111010 111100 101110

Color Harmonies of #472FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FBB

Black with #472FBB

Text Example


Text Example

White with #472FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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