Html Css Color HEX #6C328A Vivid Violet

📋 copy color: '#6C328A'

red 108 ◦ green 50 ◦ blue 138

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

Shades of Vivid Violet #6C328A

Tints of Vivid Violet #6C328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 36.49%
G = 16.89%
B = 46.62%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C328A (or 0x6C328A) is known color: Vivid Violet. HEX triplet: 6C, 32 and 8A. RGB value is (108,50,138). Sum of RGB (Red+Green+Blue) = 108+50+138=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C328A is #93CD75. Grayscale: #4D4D4D. Windows color (decimal): -9686390 or 9056876. OLE color: 9056876.

HSL color Cylindrical-coordinate representation of color #6C328A: hue angle of 279.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C328A is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 50 138 -
CMYK 0.22 0.64 0 0.46
HSL 279.55º 0.47% 0.37% -
HSV(B) 279.55º 0.64% 0.54% -
XYZ 11.91 7.3 24.83 -
YUV 77.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 108 50 138 0.22 0.64 0 0.46 279.55 0.47 0.37
Hex 6C 32 8A 16 40 0 2E 118 2F 25
Octal 154 62 212 26 100 0 56 430 57 45
Binary 1101100 110010 10001010 10110 1000000 0 101110 100011000 101111 100101

Color Harmonies of #6C328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C328A

Black with #6C328A

Text Example


Text Example

White with #6C328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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