Html Css Color HEX #6C0164 Purple

📋 copy color: '#6C0164'

red 108 ◦ green 1 ◦ blue 100

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

Shades of Purple #6C0164

Tints of Purple #6C0164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 51.67%
G = 0.48%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6C0164 (or 0x6C0164) is known color: Purple. HEX triplet: 6C, 01 and 64. RGB value is (108,1,100). Sum of RGB (Red+Green+Blue) = 108+1+100=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0164 is #93FE9B. Grayscale: #2B2B2B. Windows color (decimal): -9698972 or 6553964. OLE color: 6553964.

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

Color convert

RGB 108 1 100 -
CMYK 0 0.99 0.07 0.58
HSL 304.49º 0.98% 0.21% -
HSV(B) 304.49º 0.99% 0.42% -
XYZ 8.5 4.13 12.41 -
YUV 44.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 108 1 100 0 0.99 0.07 0.58 304.49 0.98 0.21
Hex 6C 1 64 0 63 7 3A 130 62 15
Octal 154 1 144 0 143 7 72 460 142 25
Binary 1101100 1 1100100 0 1100011 111 111010 100110000 1100010 10101

Color Harmonies of #6C0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0164

Black with #6C0164

Text Example


Text Example

White with #6C0164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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