Html Css Color HEX #472DBC Purple Heart

📋 copy color: '#472DBC'

red 71 ◦ green 45 ◦ blue 188

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

Shades of Purple Heart #472DBC

Tints of Purple Heart #472DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 23.36%
G = 14.8%
B = 61.84%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#472DBC (or 0x472DBC) is known color: Purple Heart. HEX triplet: 47, 2D and BC. RGB value is (71,45,188). Sum of RGB (Red+Green+Blue) = 71+45+188=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #472DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DBC is #B8D243. Grayscale: #444444. Windows color (decimal): -12112452 or 12332359. OLE color: 12332359.

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

Color convert

RGB 71 45 188 -
CMYK 0.62 0.76 0 0.26
HSL 250.91º 0.61% 0.46% -
HSV(B) 250.91º 0.76% 0.74% -
XYZ 12.61 6.85 48.23 -
YUV 69.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 71 45 188 0.62 0.76 0 0.26 250.91 0.61 0.46
Hex 47 2D BC 3E 4C 0 1A FB 3D 2E
Octal 107 55 274 76 114 0 32 373 75 56
Binary 1000111 101101 10111100 111110 1001100 0 11010 11111011 111101 101110

Color Harmonies of #472DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DBC

Black with #472DBC

Text Example


Text Example

White with #472DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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