Html Css Color HEX #6C0168 Purple

📋 copy color: '#6C0168'

red 108 ◦ green 1 ◦ blue 104

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

Shades of Purple #6C0168

Tints of Purple #6C0168

RGB

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

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

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

R = 50.7%
G = 0.47%
B = 48.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C0168 (or 0x6C0168) is known color: Purple. HEX triplet: 6C, 01 and 68. RGB value is (108,1,104). Sum of RGB (Red+Green+Blue) = 108+1+104=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0168 is #93FE97. Grayscale: #2C2C2C. Windows color (decimal): -9698968 or 6816108. OLE color: 6816108.

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

Color convert

RGB 108 1 104 -
CMYK 0 0.99 0.04 0.58
HSL 302.24º 0.98% 0.21% -
HSV(B) 302.24º 0.99% 0.42% -
XYZ 8.69 4.21 13.45 -
YUV 44.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 108 1 104 0 0.99 0.04 0.58 302.24 0.98 0.21
Hex 6C 1 68 0 63 4 3A 12E 62 15
Octal 154 1 150 0 143 4 72 456 142 25
Binary 1101100 1 1101000 0 1100011 100 111010 100101110 1100010 10101

Color Harmonies of #6C0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0168

Black with #6C0168

Text Example


Text Example

White with #6C0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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