#6002BF

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

Shades of Purple Heart #6002BF

Tints of Purple Heart #6002BF

Color information

#6002BF (or 0x6002BF) is unknown color: approx Purple Heart. HEX triplet: 60, 02 and BF. RGB value is (96,2,191). Sum of RGB (Red+Green+Blue) = 96+2+191=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #6002BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002BF is #9FFD40. Grayscale: #323232. Windows color (decimal): -10485057 or 12517984. OLE color: 12517984.

HSL color Cylindrical-coordinate representation of color #6002BF: hue angle of 269.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002BF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB962191-
CMYK0.500.9900.25
HSL269.84º97.93%37.84%-
HSV(B)269.84º98.95%74.9%-
XYZ14.256.2949.75-
YUV51.65206.64159.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 191 (75% from 255) = 66.09%
R=33.22%
G=0.69%
B=66.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9621910.500.9900.25269.8497.9337.84
Hex602BF326301910e6226
Octal14022776214303141614246
Binary1100000101011111111001011000110110011000011101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6002BF; }

 p { color: rgb(96,2,191); }

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

<style>
 a { background-color: #6002BF; }

 a { background-color: rgb(96,2,191); }

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

<style>
 span { border-color: #6002BF; }

 span { border-color: rgb(96,2,191); }

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