#462ABD

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

Shades of Purple Heart #462ABD

Tints of Purple Heart #462ABD

Color information

#462ABD (or 0x462ABD) is unknown color: approx Purple Heart. HEX triplet: 46, 2A and BD. RGB value is (70,42,189). Sum of RGB (Red+Green+Blue) = 70+42+189=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #462ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ABD is #B9D542. Grayscale: #424242. Windows color (decimal): -12178755 or 12397126. OLE color: 12397126.

HSL color Cylindrical-coordinate representation of color #462ABD: hue angle of 251.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462ABD is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7042189-
CMYK0.630.7800.26
HSL251.43º63.64%45.29%-
HSV(B)251.43º77.78%74.12%-
XYZ12.546.6348.76-
YUV67.13196.78130.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=23.26%
G=13.95%
B=62.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70421890.630.7800.26251.4363.6445.29
Hex462ABD3F4E01Afb402d
Octal106522757711603237310055
Binary1000110101010101111011111111001110011010111110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,42,189); }

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

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

 a { background-color: rgb(70,42,189); }

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

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

 span { border-color: rgb(70,42,189); }

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