Html Css Color HEX #600168 Purple

📋 copy color: '#600168'

red 96 ◦ green 1 ◦ blue 104

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

Shades of Purple #600168

Tints of Purple #600168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.74%

R = 47.76%
G = 0.5%
B = 51.74%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600168 (or 0x600168) is known color: Purple. HEX triplet: 60, 01 and 68. RGB value is (96,1,104). Sum of RGB (Red+Green+Blue) = 96+1+104=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #600168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600168 is #9FFE97. Grayscale: #282828. Windows color (decimal): -10485400 or 6816096. OLE color: 6816096.

HSL color Cylindrical-coordinate representation of color #600168: hue angle of 295.34º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600168 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 1 104 -
CMYK 0.08 0.99 0 0.59
HSL 295.34º 0.98% 0.21% -
HSV(B) 295.34º 0.99% 0.41% -
XYZ 7.33 3.51 13.39 -
YUV 41.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 96 1 104 0.08 0.99 0 0.59 295.34 0.98 0.21
Hex 60 1 68 8 63 0 3B 127 62 15
Octal 140 1 150 10 143 0 73 447 142 25
Binary 1100000 1 1101000 1000 1100011 0 111011 100100111 1100010 10101

Color Harmonies of #600168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600168

Black with #600168

Text Example


Text Example

White with #600168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600168; }

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

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

background-color css

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

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

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

border-color css

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

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

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