Html Css Color HEX #600166 Purple

📋 copy color: '#600166'

red 96 ◦ green 1 ◦ blue 102

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

Shades of Purple #600166

Tints of Purple #600166

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 48.24%
G = 0.5%
B = 51.26%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600166 (or 0x600166) is known color: Purple. HEX triplet: 60, 01 and 66. RGB value is (96,1,102). Sum of RGB (Red+Green+Blue) = 96+1+102=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #600166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600166 is #9FFE99. Grayscale: #282828. Windows color (decimal): -10485402 or 6685024. OLE color: 6685024.

HSL color Cylindrical-coordinate representation of color #600166: hue angle of 296.44º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600166 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 1 102 -
CMYK 0.06 0.99 0 0.6
HSL 296.44º 0.98% 0.2% -
HSV(B) 296.44º 0.99% 0.4% -
XYZ 7.23 3.47 12.86 -
YUV 40.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 96 1 102 0.06 0.99 0 0.6 296.44 0.98 0.2
Hex 60 1 66 6 63 0 3C 128 62 14
Octal 140 1 146 6 143 0 74 450 142 24
Binary 1100000 1 1100110 110 1100011 0 111100 100101000 1100010 10100

Color Harmonies of #600166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600166

Black with #600166

Text Example


Text Example

White with #600166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600166; }

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

 H1.HeaderClassName
 {
   color: #600166;
 }
 .AnyTagClassName
 {
   color: #600166;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #600166;
 }
 .BgClassName
 {
   background-color: #600166;
 }
</style>

border-color css

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

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

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