Html Css Color HEX #6C2393 Vivid Violet

📋 copy color: '#6C2393'

red 108 ◦ green 35 ◦ blue 147

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

Shades of Vivid Violet #6C2393

Tints of Vivid Violet #6C2393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.69%

R = 37.24%
G = 12.07%
B = 50.69%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C2393 (or 0x6C2393) is known color: Vivid Violet. HEX triplet: 6C, 23 and 93. RGB value is (108,35,147). Sum of RGB (Red+Green+Blue) = 108+35+147=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C2393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2393 is #93DC6C. Grayscale: #454545. Windows color (decimal): -9690221 or 9642860. OLE color: 9642860.

HSL color Cylindrical-coordinate representation of color #6C2393: hue angle of 279.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C2393 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 35 147 -
CMYK 0.27 0.76 0 0.42
HSL 279.11º 0.62% 0.36% -
HSV(B) 279.11º 0.76% 0.58% -
XYZ 12.05 6.5 28.22 -
YUV 69.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 108 35 147 0.27 0.76 0 0.42 279.11 0.62 0.36
Hex 6C 23 93 1B 4C 0 2A 117 3E 24
Octal 154 43 223 33 114 0 52 427 76 44
Binary 1101100 100011 10010011 11011 1001100 0 101010 100010111 111110 100100

Color Harmonies of #6C2393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2393

Black with #6C2393

Text Example


Text Example

White with #6C2393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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