Html Css Color HEX #6C0197 Purple

📋 copy color: '#6C0197'

red 108 ◦ green 1 ◦ blue 151

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

Shades of Purple #6C0197

Tints of Purple #6C0197

RGB

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

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

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

R = 41.54%
G = 0.38%
B = 58.08%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C0197 (or 0x6C0197) is known color: Purple. HEX triplet: 6C, 01 and 97. RGB value is (108,1,151). Sum of RGB (Red+Green+Blue) = 108+1+151=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C0197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0197 is #93FE68. Grayscale: #313131. Windows color (decimal): -9698921 or 9896300. OLE color: 9896300.

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

Color convert

RGB 108 1 151 -
CMYK 0.28 0.99 0 0.41
HSL 282.8º 0.99% 0.3% -
HSV(B) 282.8º 0.99% 0.59% -
XYZ 11.78 5.44 29.71 -
YUV 50.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 108 1 151 0.28 0.99 0 0.41 282.8 0.99 0.3
Hex 6C 1 97 1C 63 0 29 11B 63 1E
Octal 154 1 227 34 143 0 51 433 143 36
Binary 1101100 1 10010111 11100 1100011 0 101001 100011011 1100011 11110

Color Harmonies of #6C0197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0197

Black with #6C0197

Text Example


Text Example

White with #6C0197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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