#472bce

Color #472BCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #472BCE

Tints of Purple Heart #472BCE

Color information

#472BCE (or 0x472BCE) is unknown color: approx Purple Heart. HEX triplet: 47, 2B and CE. RGB value is (71,43,206). Sum of RGB (Red+Green+Blue) = 71+43+206=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #472BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BCE is #B8D431. Grayscale: #454545. Windows color (decimal): -12112946 or 13511495. OLE color: 13511495.

HSL color Cylindrical-coordinate representation of color #472BCE: hue angle of 250.31º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472BCE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7143206-
CMYK0.660.7900.19
HSL250.31º65.46%48.82%-
HSV(B)250.31º79.13%80.78%-
XYZ14.67.5259.08-
YUV69.95204.78128.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 206 (80.86% from 255) = 64.38%
R=22.19%
G=13.44%
B=64.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71432060.660.7900.19250.3165.4648.82
Hex472BCE424F013fa4131
Octal1075331610211702337210161
Binary10001111010111100111010000101001111010011111110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #472bce;
 }
 .AnyTagClassName
 {
   color: #472bce;
 }
</style>
background-color css

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

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

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

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

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

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