Html Css Color HEX #60016A Purple

📋 copy color: '#60016A'

red 96 ◦ green 1 ◦ blue 106

#60016A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #60016A

Tints of Purple #60016A

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.8% from 255) = 52.22%

R = 47.29%
G = 0.49%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60016A (or 0x60016A) is known color: 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

RGB 96 1 106 -
CMYK 0.09 0.99 0 0.58
HSL 294.29º 0.98% 0.21% -
HSV(B) 294.29º 0.99% 0.42% -
XYZ 7.44 3.55 13.93 -
YUV 41.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 96 1 106 0.09 0.99 0 0.58 294.29 0.98 0.21
Hex 60 1 6A 9 63 0 3A 126 62 15
Octal 140 1 152 11 143 0 72 446 142 25
Binary 1100000 1 1101010 1001 1100011 0 111010 100100110 1100010 10101

Color Harmonies of #60016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60016A

Black with #60016A

Text Example


Text Example

White with #60016A

Text Example


Text Example

HTML Codes & Css Web 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>