#462EC4

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

Shades of Purple Heart #462EC4

Tints of Purple Heart #462EC4

Color information

#462EC4 (or 0x462EC4) is unknown color: approx Purple Heart. HEX triplet: 46, 2E and C4. RGB value is (70,46,196). Sum of RGB (Red+Green+Blue) = 70+46+196=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 196 (76.95% from 255 or 62.82% from 312); Max value from RGB is 196 - color contains mainly: blue. Hex color #462EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EC4 is #B9D13B. Grayscale: #454545. Windows color (decimal): -12177724 or 12856902. OLE color: 12856902.

HSL color Cylindrical-coordinate representation of color #462EC4: hue angle of 249.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462EC4 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7046196-
CMYK0.640.7700.23
HSL249.6º61.98%47.45%-
HSV(B)249.6º76.53%76.86%-
XYZ13.477.2452.91-
YUV70.28198.95127.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 46 (18.36% from 255) = 14.74%
BLUE value IS 196 (76.95% from 255) = 62.82%
R=22.44%
G=14.74%
B=62.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70461960.640.7700.23249.661.9847.45
Hex462EC4404D017fa3e2f
Octal106563041001150273727657
Binary1000110101110110001001000000100110101011111111010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,46,196); }

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

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

 a { background-color: rgb(70,46,196); }

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

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

 span { border-color: rgb(70,46,196); }

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