#6008BD

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

Shades of Purple Heart #6008BD

Tints of Purple Heart #6008BD

Color information

#6008BD (or 0x6008BD) is unknown color: approx Purple Heart. HEX triplet: 60, 08 and BD. RGB value is (96,8,189). Sum of RGB (Red+Green+Blue) = 96+8+189=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #6008BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008BD is #9FF742. Grayscale: #363636. Windows color (decimal): -10483523 or 12388448. OLE color: 12388448.

HSL color Cylindrical-coordinate representation of color #6008BD: hue angle of 269.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008BD is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB968189-
CMYK0.490.9600.26
HSL269.17º91.88%38.63%-
HSV(B)269.17º95.77%74.12%-
XYZ14.16.3348.62-
YUV54.95203.65157.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 8 (3.52% from 255) = 2.73%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=32.76%
G=2.73%
B=64.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9681890.490.9600.26269.1791.8838.63
Hex608BD316001A10d5c27
Octal140102756114003241513447
Binary110000010001011110111000111000000110101000011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6008BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6008BD; }

 p { color: rgb(96,8,189); }

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

<style>
 a { background-color: #6008BD; }

 a { background-color: rgb(96,8,189); }

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

<style>
 span { border-color: #6008BD; }

 span { border-color: rgb(96,8,189); }

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