Html Css Color HEX #6C0161 Purple

📋 copy color: '#6C0161'

red 108 ◦ green 1 ◦ blue 97

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

Shades of Purple #6C0161

Tints of Purple #6C0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 52.43%
G = 0.49%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C0161 (or 0x6C0161) is known color: Purple. HEX triplet: 6C, 01 and 61. RGB value is (108,1,97). Sum of RGB (Red+Green+Blue) = 108+1+97=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0161 is #93FE9E. Grayscale: #2B2B2B. Windows color (decimal): -9698975 or 6357356. OLE color: 6357356.

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

Color convert

RGB 108 1 97 -
CMYK 0 0.99 0.10 0.58
HSL 306.17º 0.98% 0.21% -
HSV(B) 306.17º 0.99% 0.42% -
XYZ 8.35 4.07 11.66 -
YUV 43.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 108 1 97 0 0.99 0.10 0.58 306.17 0.98 0.21
Hex 6C 1 61 0 63 A 3A 132 62 15
Octal 154 1 141 0 143 12 72 462 142 25
Binary 1101100 1 1100001 0 1100011 1010 111010 100110010 1100010 10101

Color Harmonies of #6C0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0161

Black with #6C0161

Text Example


Text Example

White with #6C0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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