Html Css Color HEX #6C0766 Purple

📋 copy color: '#6C0766'

red 108 ◦ green 7 ◦ blue 102

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

Shades of Purple #6C0766

Tints of Purple #6C0766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 49.77%
G = 3.23%
B = 47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C0766 (or 0x6C0766) is known color: Purple. HEX triplet: 6C, 07 and 66. RGB value is (108,7,102). Sum of RGB (Red+Green+Blue) = 108+7+102=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0766 is #93F899. Grayscale: #2F2F2F. Windows color (decimal): -9697434 or 6686572. OLE color: 6686572.

HSL color Cylindrical-coordinate representation of color #6C0766: hue angle of 303.56º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0766 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 7 102 -
CMYK 0 0.94 0.06 0.58
HSL 303.56º 0.88% 0.23% -
HSV(B) 303.56º 0.94% 0.42% -
XYZ 8.66 4.3 12.94 -
YUV 48.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 108 7 102 0 0.94 0.06 0.58 303.56 0.88 0.23
Hex 6C 7 66 0 5E 6 3A 130 58 17
Octal 154 7 146 0 136 6 72 460 130 27
Binary 1101100 111 1100110 0 1011110 110 111010 100110000 1011000 10111

Color Harmonies of #6C0766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0766

Black with #6C0766

Text Example


Text Example

White with #6C0766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,102); }

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

background-color css

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

 a { background-color: rgb(108,7,102); }

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

border-color css

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

 span { border-color: rgb(108,7,102); }

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