Html Css Color HEX #6C2095 Vivid Violet

📋 copy color: '#6C2095'

red 108 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #6C2095

Tints of Vivid Violet #6C2095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 37.37%
G = 11.07%
B = 51.56%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C2095 (or 0x6C2095) is known color: Vivid Violet. HEX triplet: 6C, 20 and 95. RGB value is (108,32,149). Sum of RGB (Red+Green+Blue) = 108+32+149=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C2095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2095 is #93DF6A. Grayscale: #434343. Windows color (decimal): -9690987 or 9773164. OLE color: 9773164.

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

Color convert

RGB 108 32 149 -
CMYK 0.28 0.79 0 0.42
HSL 278.97º 0.65% 0.35% -
HSV(B) 278.97º 0.79% 0.58% -
XYZ 12.13 6.39 29.03 -
YUV 68.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 108 32 149 0.28 0.79 0 0.42 278.97 0.65 0.35
Hex 6C 20 95 1C 4F 0 2A 117 41 23
Octal 154 40 225 34 117 0 52 427 101 43
Binary 1101100 100000 10010101 11100 1001111 0 101010 100010111 1000001 100011

Color Harmonies of #6C2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2095

Black with #6C2095

Text Example


Text Example

White with #6C2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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