Html Css Color HEX #6C2392 Vivid Violet

📋 copy color: '#6C2392'

red 108 ◦ green 35 ◦ blue 146

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

Shades of Vivid Violet #6C2392

Tints of Vivid Violet #6C2392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 37.37%
G = 12.11%
B = 50.52%

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

#6C2392 (or 0x6C2392) is known color: Vivid Violet. HEX triplet: 6C, 23 and 92. RGB value is (108,35,146). Sum of RGB (Red+Green+Blue) = 108+35+146=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2392 is #93DC6D. Grayscale: #454545. Windows color (decimal): -9690222 or 9577324. OLE color: 9577324.

HSL color Cylindrical-coordinate representation of color #6C2392: hue angle of 279.46º 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 #6C2392 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 35 146 -
CMYK 0.26 0.76 0 0.43
HSL 279.46º 0.61% 0.35% -
HSV(B) 279.46º 0.76% 0.57% -
XYZ 11.97 6.47 27.81 -
YUV 69.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 108 35 146 0.26 0.76 0 0.43 279.46 0.61 0.35
Hex 6C 23 92 1A 4C 0 2B 117 3D 23
Octal 154 43 222 32 114 0 53 427 75 43
Binary 1101100 100011 10010010 11010 1001100 0 101011 100010111 111101 100011

Color Harmonies of #6C2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2392

Black with #6C2392

Text Example


Text Example

White with #6C2392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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