#60016A

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

Shades of Purple #60016A

Tints of Purple #60016A

Color information

#60016A (or 0x60016A) is unknown color: approx Purple. HEX triplet: 60, 01 and 6A. RGB value is (96,1,106). Sum of RGB (Red+Green+Blue) = 96+1+106=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #60016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60016A is #9FFE95. Grayscale: #292929. Windows color (decimal): -10485398 or 6947168. OLE color: 6947168.

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

Color convert

RGB961106-
CMYK0.090.9900.58
HSL294.29º98.13%20.98%-
HSV(B)294.29º99.06%41.57%-
XYZ7.443.5513.93-
YUV41.38164.47166.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=47.29%
G=0.49%
B=52.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9611060.090.9900.58294.2998.1320.98
Hex6016A96303A1266215
Octal14011521114307244614225
Binary110000011101010100111000110111010100100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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