Html Css Color HEX #6C328E Vivid Violet

📋 copy color: '#6C328E'

red 108 ◦ green 50 ◦ blue 142

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

Shades of Vivid Violet #6C328E

Tints of Vivid Violet #6C328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 36%
G = 16.67%
B = 47.33%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C328E (or 0x6C328E) is known color: Vivid Violet. HEX triplet: 6C, 32 and 8E. RGB value is (108,50,142). Sum of RGB (Red+Green+Blue) = 108+50+142=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C328E is #93CD71. Grayscale: #4D4D4D. Windows color (decimal): -9686386 or 9319020. OLE color: 9319020.

HSL color Cylindrical-coordinate representation of color #6C328E: hue angle of 277.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C328E is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 50 142 -
CMYK 0.24 0.65 0 0.44
HSL 277.83º 0.48% 0.38% -
HSV(B) 277.83º 0.65% 0.56% -
XYZ 12.21 7.42 26.38 -
YUV 77.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 108 50 142 0.24 0.65 0 0.44 277.83 0.48 0.38
Hex 6C 32 8E 18 41 0 2C 116 30 26
Octal 154 62 216 30 101 0 54 426 60 46
Binary 1101100 110010 10001110 11000 1000001 0 101100 100010110 110000 100110

Color Harmonies of #6C328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C328E

Black with #6C328E

Text Example


Text Example

White with #6C328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,142); }

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

background-color css

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

 a { background-color: rgb(108,50,142); }

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

border-color css

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

 span { border-color: rgb(108,50,142); }

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