Html Css Color HEX #6C0997 Purple

📋 copy color: '#6C0997'

red 108 ◦ green 9 ◦ blue 151

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

Shades of Purple #6C0997

Tints of Purple #6C0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 40.3%
G = 3.36%
B = 56.34%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C0997 (or 0x6C0997) is known color: Purple. HEX triplet: 6C, 09 and 97. RGB value is (108,9,151). Sum of RGB (Red+Green+Blue) = 108+9+151=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C0997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0997 is #93F668. Grayscale: #363636. Windows color (decimal): -9696873 or 9898348. OLE color: 9898348.

HSL color Cylindrical-coordinate representation of color #6C0997: hue angle of 281.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0997 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 9 151 -
CMYK 0.28 0.94 0 0.41
HSL 281.83º 0.89% 0.31% -
HSV(B) 281.83º 0.94% 0.59% -
XYZ 11.87 5.62 29.74 -
YUV 54.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 108 9 151 0.28 0.94 0 0.41 281.83 0.89 0.31
Hex 6C 9 97 1C 5E 0 29 11A 59 1F
Octal 154 11 227 34 136 0 51 432 131 37
Binary 1101100 1001 10010111 11100 1011110 0 101001 100011010 1011001 11111

Color Harmonies of #6C0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0997

Black with #6C0997

Text Example


Text Example

White with #6C0997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,9,151); }

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

background-color css

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

 a { background-color: rgb(108,9,151); }

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

border-color css

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

 span { border-color: rgb(108,9,151); }

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