#462BD0

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

Shades of Purple Heart #462BD0

Tints of Purple Heart #462BD0

Color information

#462BD0 (or 0x462BD0) is unknown color: approx Purple Heart. HEX triplet: 46, 2B and D0. RGB value is (70,43,208). Sum of RGB (Red+Green+Blue) = 70+43+208=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #462BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BD0 is #B9D42F. Grayscale: #454545. Windows color (decimal): -12178480 or 13642566. OLE color: 13642566.

HSL color Cylindrical-coordinate representation of color #462BD0: hue angle of 249.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462BD0 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7043208-
CMYK0.660.7900.18
HSL249.82º65.74%49.22%-
HSV(B)249.82º79.33%81.57%-
XYZ14.777.5860.36-
YUV69.88205.95128.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 208 (81.64% from 255) = 64.80%
R=21.81%
G=13.40%
B=64.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70432080.660.7900.18249.8265.7449.22
Hex462BD0424F012fa4231
Octal1065332010211702237210261
Binary10001101010111101000010000101001111010010111110101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462BD0; }

 p { color: rgb(70,43,208); }

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

<style>
 a { background-color: #462BD0; }

 a { background-color: rgb(70,43,208); }

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

<style>
 span { border-color: #462BD0; }

 span { border-color: rgb(70,43,208); }

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