Html Css Color HEX #472BBE Purple Heart

📋 copy color: '#472BBE'

red 71 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #472BBE

Tints of Purple Heart #472BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 23.36%
G = 14.14%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472BBE (or 0x472BBE) is known color: Purple Heart. HEX triplet: 47, 2B and BE. RGB value is (71,43,190). Sum of RGB (Red+Green+Blue) = 71+43+190=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #472BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BBE is #B8D441. Grayscale: #434343. Windows color (decimal): -12112962 or 12462919. OLE color: 12462919.

HSL color Cylindrical-coordinate representation of color #472BBE: hue angle of 251.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472BBE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 43 190 -
CMYK 0.63 0.77 0 0.25
HSL 251.43º 0.63% 0.46% -
HSV(B) 251.43º 0.77% 0.75% -
XYZ 12.76 6.79 49.35 -
YUV 68.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 71 43 190 0.63 0.77 0 0.25 251.43 0.63 0.46
Hex 47 2B BE 3F 4D 0 19 FB 3F 2E
Octal 107 53 276 77 115 0 31 373 77 56
Binary 1000111 101011 10111110 111111 1001101 0 11001 11111011 111111 101110

Color Harmonies of #472BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BBE

Black with #472BBE

Text Example


Text Example

White with #472BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,43,190); }

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

background-color css

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

 a { background-color: rgb(71,43,190); }

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

border-color css

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

 span { border-color: rgb(71,43,190); }

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