#462DC6

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

Shades of Purple Heart #462DC6

Tints of Purple Heart #462DC6

Color information

#462DC6 (or 0x462DC6) is unknown color: approx Purple Heart. HEX triplet: 46, 2D and C6. RGB value is (70,45,198). Sum of RGB (Red+Green+Blue) = 70+45+198=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #462DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DC6 is #B9D239. Grayscale: #454545. Windows color (decimal): -12177978 or 12987718. OLE color: 12987718.

HSL color Cylindrical-coordinate representation of color #462DC6: hue angle of 249.8º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462DC6 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7045198-
CMYK0.650.7700.22
HSL249.8º62.96%47.65%-
HSV(B)249.8º77.27%77.65%-
XYZ13.667.2654.11-
YUV69.92200.28128.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 198 (77.73% from 255) = 63.26%
R=22.36%
G=14.38%
B=63.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70451980.650.7700.22249.862.9647.65
Hex462DC6414D016fa3f30
Octal106553061011150263727760
Binary1000110101101110001101000001100110101011011111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,198); }

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

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

 a { background-color: rgb(70,45,198); }

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

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

 span { border-color: rgb(70,45,198); }

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