#4612B1

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

Shades of Purple Heart #4612B1

Tints of Purple Heart #4612B1

Color information

#4612B1 (or 0x4612B1) is unknown color: approx Purple Heart. HEX triplet: 46, 12 and B1. RGB value is (70,18,177). Sum of RGB (Red+Green+Blue) = 70+18+177=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #4612B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4612B1 is #B9ED4E. Grayscale: #333333. Windows color (decimal): -12184911 or 11604550. OLE color: 11604550.

HSL color Cylindrical-coordinate representation of color #4612B1: hue angle of 259.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4612B1 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7018177-
CMYK0.600.9000.31
HSL259.62º81.54%38.24%-
HSV(B)259.62º89.83%69.41%-
XYZ10.684.9141.98-
YUV51.67198.73141.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 177 (69.53% from 255) = 66.79%
R=26.42%
G=6.79%
B=66.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70181770.600.9000.31259.6281.5438.24
Hex4612B13C5A01F1045226
Octal106222617413203740412246
Binary1000110100101011000111110010110100111111000001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4612B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4612B1; }

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

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

<style>
 a { background-color: #4612B1; }

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

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

<style>
 span { border-color: #4612B1; }

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

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