Html Css Color HEX #6C1396 Vivid Violet

📋 copy color: '#6C1396'

red 108 ◦ green 19 ◦ blue 150

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

Shades of Vivid Violet #6C1396

Tints of Vivid Violet #6C1396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 38.99%
G = 6.86%
B = 54.15%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C1396 (or 0x6C1396) is known color: Vivid Violet. HEX triplet: 6C, 13 and 96. RGB value is (108,19,150). Sum of RGB (Red+Green+Blue) = 108+19+150=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C1396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1396 is #93EC69. Grayscale: #3C3C3C. Windows color (decimal): -9694314 or 9835372. OLE color: 9835372.

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

Color convert

RGB 108 19 150 -
CMYK 0.28 0.87 0 0.41
HSL 280.76º 0.78% 0.33% -
HSV(B) 280.76º 0.87% 0.59% -
XYZ 11.92 5.86 29.36 -
YUV 60.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 108 19 150 0.28 0.87 0 0.41 280.76 0.78 0.33
Hex 6C 13 96 1C 57 0 29 119 4E 21
Octal 154 23 226 34 127 0 51 431 116 41
Binary 1101100 10011 10010110 11100 1010111 0 101001 100011001 1001110 100001

Color Harmonies of #6C1396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1396

Black with #6C1396

Text Example


Text Example

White with #6C1396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,150); }

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

background-color css

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

 a { background-color: rgb(108,19,150); }

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

border-color css

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

 span { border-color: rgb(108,19,150); }

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