Html Css Color HEX #472DBE Purple Heart

📋 copy color: '#472DBE'

red 71 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #472DBE

Tints of Purple Heart #472DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

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

R = 23.2%
G = 14.71%
B = 62.09%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472DBE (or 0x472DBE) is known color: Purple Heart. HEX triplet: 47, 2D and BE. RGB value is (71,45,190). Sum of RGB (Red+Green+Blue) = 71+45+190=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #472DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DBE is #B8D241. Grayscale: #444444. Windows color (decimal): -12112450 or 12463431. OLE color: 12463431.

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

Color convert

RGB 71 45 190 -
CMYK 0.63 0.76 0 0.25
HSL 250.76º 0.62% 0.46% -
HSV(B) 250.76º 0.76% 0.75% -
XYZ 12.83 6.93 49.38 -
YUV 69.3 196.11 129.21 -
System Red Green Blue C M Y K H S L
Decimal 71 45 190 0.63 0.76 0 0.25 250.76 0.62 0.46
Hex 47 2D BE 3F 4C 0 19 FB 3E 2E
Octal 107 55 276 77 114 0 31 373 76 56
Binary 1000111 101101 10111110 111111 1001100 0 11001 11111011 111110 101110

Color Harmonies of #472DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DBE

Black with #472DBE

Text Example


Text Example

White with #472DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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