#462ACB

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

Shades of Purple Heart #462ACB

Tints of Purple Heart #462ACB

Color information

#462ACB (or 0x462ACB) is unknown color: approx Purple Heart. HEX triplet: 46, 2A and CB. RGB value is (70,42,203). Sum of RGB (Red+Green+Blue) = 70+42+203=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #462ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ACB is #B9D534. Grayscale: #444444. Windows color (decimal): -12178741 or 13314630. OLE color: 13314630.

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

Color convert

RGB7042203-
CMYK0.660.7900.20
HSL250.43º65.71%48.04%-
HSV(B)250.43º79.31%79.61%-
XYZ14.137.2757.16-
YUV68.73203.78128.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=22.22%
G=13.33%
B=64.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70422030.660.7900.20250.4365.7148.04
Hex462ACB424F014fa4230
Octal1065231310211702437210260
Binary10001101010101100101110000101001111010100111110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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