#462DB1

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

Shades of Purple Heart #462DB1

Tints of Purple Heart #462DB1

Color information

#462DB1 (or 0x462DB1) is unknown color: approx Purple Heart. HEX triplet: 46, 2D and B1. RGB value is (70,45,177). Sum of RGB (Red+Green+Blue) = 70+45+177=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #462DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462DB1 is #B9D24E. Grayscale: #434343. Windows color (decimal): -12177999 or 11611462. OLE color: 11611462.

HSL color Cylindrical-coordinate representation of color #462DB1: hue angle of 251.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462DB1 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7045177-
CMYK0.600.7500.31
HSL251.36º59.46%43.53%-
HSV(B)251.36º74.58%69.41%-
XYZ11.46.3542.22-
YUV67.52189.78129.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=23.97%
G=15.41%
B=60.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70451770.600.7500.31251.3659.4643.53
Hex462DB13C4B01Ffb3b2c
Octal10655261741130373737354
Binary100011010110110110001111100100101101111111111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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