#6002B7

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

Shades of Purple Heart #6002B7

Tints of Purple Heart #6002B7

Color information

#6002B7 (or 0x6002B7) is unknown color: approx Purple Heart. HEX triplet: 60, 02 and B7. RGB value is (96,2,183). Sum of RGB (Red+Green+Blue) = 96+2+183=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #6002B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002B7 is #9FFD48. Grayscale: #323232. Windows color (decimal): -10485065 or 11993696. OLE color: 11993696.

HSL color Cylindrical-coordinate representation of color #6002B7: hue angle of 271.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002B7 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB962183-
CMYK0.480.9900.28
HSL271.16º97.84%36.27%-
HSV(B)271.16º98.91%71.76%-
XYZ13.395.9545.24-
YUV50.74202.64160.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 183 (71.88% from 255) = 65.12%
R=34.16%
G=0.71%
B=65.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9621830.480.9900.28271.1697.8436.27
Hex602B7306301C10f6224
Octal14022676014303441714244
Binary1100000101011011111000011000110111001000011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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