Html Css Color HEX #6C2391 Vivid Violet

📋 copy color: '#6C2391'

red 108 ◦ green 35 ◦ blue 145

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

Shades of Vivid Violet #6C2391

Tints of Vivid Violet #6C2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 37.5%
G = 12.15%
B = 50.35%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C2391 (or 0x6C2391) is known color: Vivid Violet. HEX triplet: 6C, 23 and 91. RGB value is (108,35,145). Sum of RGB (Red+Green+Blue) = 108+35+145=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C2391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2391 is #93DC6E. Grayscale: #454545. Windows color (decimal): -9690223 or 9511788. OLE color: 9511788.

HSL color Cylindrical-coordinate representation of color #6C2391: hue angle of 279.82º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2391 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 35 145 -
CMYK 0.26 0.76 0 0.43
HSL 279.82º 0.61% 0.35% -
HSV(B) 279.82º 0.76% 0.57% -
XYZ 11.9 6.43 27.4 -
YUV 69.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 108 35 145 0.26 0.76 0 0.43 279.82 0.61 0.35
Hex 6C 23 91 1A 4C 0 2B 118 3D 23
Octal 154 43 221 32 114 0 53 430 75 43
Binary 1101100 100011 10010001 11010 1001100 0 101011 100011000 111101 100011

Color Harmonies of #6C2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2391

Black with #6C2391

Text Example


Text Example

White with #6C2391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,145); }

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

background-color css

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

 a { background-color: rgb(108,35,145); }

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

border-color css

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

 span { border-color: rgb(108,35,145); }

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