#6006B7

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

Shades of Purple Heart #6006B7

Tints of Purple Heart #6006B7

Color information

#6006B7 (or 0x6006B7) is unknown color: approx Purple Heart. HEX triplet: 60, 06 and B7. RGB value is (96,6,183). Sum of RGB (Red+Green+Blue) = 96+6+183=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #6006B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6006B7 is #9FF948. Grayscale: #343434. Windows color (decimal): -10484041 or 11994720. OLE color: 11994720.

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

Color convert

RGB966183-
CMYK0.480.9700.28
HSL270.51º93.65%37.06%-
HSV(B)270.51º96.72%71.76%-
XYZ13.446.0445.26-
YUV53.09201.32158.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 183 (71.88% from 255) = 64.21%
R=33.68%
G=2.11%
B=64.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9661830.480.9700.28270.5193.6537.06
Hex606B7306101C10f5e25
Octal14062676014103441713645
Binary11000001101011011111000011000010111001000011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6006B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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