#60006A

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

Shades of Purple #60006A

Tints of Purple #60006A

Color information

#60006A (or 0x60006A) is unknown color: approx Purple. HEX triplet: 60, 00 and 6A. RGB value is (96,0,106). Sum of RGB (Red+Green+Blue) = 96+0+106=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #60006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006A is #9FFF95. Grayscale: #282828. Windows color (decimal): -10485654 or 6946912. OLE color: 6946912.

HSL color Cylindrical-coordinate representation of color #60006A: hue angle of 294.34º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006A is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB960106-
CMYK0.09100.58
HSL294.34º100%20.78%-
HSV(B)294.34º100%41.57%-
XYZ7.433.5313.93-
YUV40.79164.8167.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 52.48%
R=47.52%
G=0%
B=52.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9601060.09100.58294.3410020.78
Hex6006A96403A1266415
Octal14001521114407244614425
Binary110000001101010100111001000111010100100110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60006A; }

 p { color: rgb(96,0,106); }

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

<style>
 a { background-color: #60006A; }

 a { background-color: rgb(96,0,106); }

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

<style>
 span { border-color: #60006A; }

 span { border-color: rgb(96,0,106); }

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