#4608B2

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

Shades of Purple Heart #4608B2

Tints of Purple Heart #4608B2

Color information

#4608B2 (or 0x4608B2) is unknown color: approx Purple Heart. HEX triplet: 46, 08 and B2. RGB value is (70,8,178). Sum of RGB (Red+Green+Blue) = 70+8+178=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #4608B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4608B2 is #B9F74D. Grayscale: #2D2D2D. Windows color (decimal): -12187470 or 11667526. OLE color: 11667526.

HSL color Cylindrical-coordinate representation of color #4608B2: hue angle of 261.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4608B2 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB708178-
CMYK0.610.9600.30
HSL261.88º91.4%36.47%-
HSV(B)261.88º95.51%69.8%-
XYZ10.654.6942.46-
YUV45.92202.54145.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 178 (69.92% from 255) = 69.53%
R=27.34%
G=3.12%
B=69.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7081780.610.9600.30261.8891.436.47
Hex468B23D6001E1065b24
Octal106102627514003640613344
Binary100011010001011001011110111000000111101000001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4608B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4608B2; }

 p { color: rgb(70,8,178); }

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

<style>
 a { background-color: #4608B2; }

 a { background-color: rgb(70,8,178); }

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

<style>
 span { border-color: #4608B2; }

 span { border-color: rgb(70,8,178); }

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