Html Css Color HEX #6C2097 Vivid Violet

📋 copy color: '#6C2097'

red 108 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #6C2097

Tints of Vivid Violet #6C2097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 37.11%
G = 11%
B = 51.89%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C2097 (or 0x6C2097) is known color: Vivid Violet. HEX triplet: 6C, 20 and 97. RGB value is (108,32,151). Sum of RGB (Red+Green+Blue) = 108+32+151=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C2097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2097 is #93DF68. Grayscale: #434343. Windows color (decimal): -9690985 or 9904236. OLE color: 9904236.

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

Color convert

RGB 108 32 151 -
CMYK 0.28 0.79 0 0.41
HSL 278.32º 0.65% 0.36% -
HSV(B) 278.32º 0.79% 0.59% -
XYZ 12.29 6.46 29.88 -
YUV 68.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 108 32 151 0.28 0.79 0 0.41 278.32 0.65 0.36
Hex 6C 20 97 1C 4F 0 29 116 41 24
Octal 154 40 227 34 117 0 51 426 101 44
Binary 1101100 100000 10010111 11100 1001111 0 101001 100010110 1000001 100100

Color Harmonies of #6C2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2097

Black with #6C2097

Text Example


Text Example

White with #6C2097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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