#462FC4

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

Shades of Purple Heart #462FC4

Tints of Purple Heart #462FC4

Color information

#462FC4 (or 0x462FC4) is unknown color: approx Purple Heart. HEX triplet: 46, 2F and C4. RGB value is (70,47,196). Sum of RGB (Red+Green+Blue) = 70+47+196=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 196 (76.95% from 255 or 62.62% from 313); Max value from RGB is 196 - color contains mainly: blue. Hex color #462FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FC4 is #B9D03B. Grayscale: #464646. Windows color (decimal): -12177468 or 12857158. OLE color: 12857158.

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

Color convert

RGB7047196-
CMYK0.640.7600.23
HSL249.26º61.32%47.65%-
HSV(B)249.26º76.02%76.86%-
XYZ13.517.3252.93-
YUV70.86198.62127.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 47 (18.75% from 255) = 15.02%
BLUE value IS 196 (76.95% from 255) = 62.62%
R=22.36%
G=15.02%
B=62.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70471960.640.7600.23249.2661.3247.65
Hex462FC4404C017f93d30
Octal106573041001140273717560
Binary1000110101111110001001000000100110001011111111001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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