Html Css Color HEX #472EBC Purple Heart

📋 copy color: '#472EBC'

red 71 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #472EBC

Tints of Purple Heart #472EBC

RGB

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

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

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

R = 23.28%
G = 15.08%
B = 61.64%

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

#472EBC (or 0x472EBC) is known color: Purple Heart. HEX triplet: 47, 2E and BC. RGB value is (71,46,188). Sum of RGB (Red+Green+Blue) = 71+46+188=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #472EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EBC is #B8D143. Grayscale: #454545. Windows color (decimal): -12112196 or 12332615. OLE color: 12332615.

HSL color Cylindrical-coordinate representation of color #472EBC: hue angle of 250.56º 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 #472EBC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 46 188 -
CMYK 0.62 0.76 0 0.26
HSL 250.56º 0.61% 0.46% -
HSV(B) 250.56º 0.76% 0.74% -
XYZ 12.65 6.92 48.25 -
YUV 69.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 71 46 188 0.62 0.76 0 0.26 250.56 0.61 0.46
Hex 47 2E BC 3E 4C 0 1A FB 3D 2E
Octal 107 56 274 76 114 0 32 373 75 56
Binary 1000111 101110 10111100 111110 1001100 0 11010 11111011 111101 101110

Color Harmonies of #472EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EBC

Black with #472EBC

Text Example


Text Example

White with #472EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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