Html Css Color HEX #6C0160 Purple

📋 copy color: '#6C0160'

red 108 ◦ green 1 ◦ blue 96

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

Shades of Purple #6C0160

Tints of Purple #6C0160

RGB

 RED value IS 108 (42.58% from 255) = 52.68%

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

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 52.68%
G = 0.49%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C0160 (or 0x6C0160) is known color: Purple. HEX triplet: 6C, 01 and 60. RGB value is (108,1,96). Sum of RGB (Red+Green+Blue) = 108+1+96=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0160 is #93FE9F. Grayscale: #2B2B2B. Windows color (decimal): -9698976 or 6291820. OLE color: 6291820.

HSL color Cylindrical-coordinate representation of color #6C0160: hue angle of 306.73º 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 #6C0160 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 96 -
CMYK 0 0.99 0.11 0.58
HSL 306.73º 0.98% 0.21% -
HSV(B) 306.73º 0.99% 0.42% -
XYZ 8.31 4.05 11.41 -
YUV 43.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 108 1 96 0 0.99 0.11 0.58 306.73 0.98 0.21
Hex 6C 1 60 0 63 B 3A 133 62 15
Octal 154 1 140 0 143 13 72 463 142 25
Binary 1101100 1 1100000 0 1100011 1011 111010 100110011 1100010 10101

Color Harmonies of #6C0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0160

Black with #6C0160

Text Example


Text Example

White with #6C0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0160; }

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

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

background-color css

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

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

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

border-color css

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

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

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