#462AC2

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

Shades of Purple Heart #462AC2

Tints of Purple Heart #462AC2

Color information

#462AC2 (or 0x462AC2) is unknown color: approx Purple Heart. HEX triplet: 46, 2A and C2. RGB value is (70,42,194). Sum of RGB (Red+Green+Blue) = 70+42+194=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #462AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462AC2 is #B9D53D. Grayscale: #434343. Windows color (decimal): -12178750 or 12724806. OLE color: 12724806.

HSL color Cylindrical-coordinate representation of color #462AC2: hue angle of 251.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462AC2 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7042194-
CMYK0.640.7800.24
HSL251.05º64.41%46.27%-
HSV(B)251.05º78.35%76.08%-
XYZ13.096.8551.67-
YUV67.7199.28129.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 42 (16.80% from 255) = 13.73%
BLUE value IS 194 (76.17% from 255) = 63.40%
R=22.88%
G=13.73%
B=63.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70421940.640.7800.24251.0564.4146.27
Hex462AC2404E018fb402e
Octal1065230210011603037310056
Binary10001101010101100001010000001001110011000111110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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