Html Css Color HEX #6C2089 Vivid Violet

📋 copy color: '#6C2089'

red 108 ◦ green 32 ◦ blue 137

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

Shades of Vivid Violet #6C2089

Tints of Vivid Violet #6C2089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

 BLUE value IS 137 (53.91% from 255) = 49.46%

R = 38.99%
G = 11.55%
B = 49.46%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C2089 (or 0x6C2089) is known color: Vivid Violet. HEX triplet: 6C, 20 and 89. RGB value is (108,32,137). Sum of RGB (Red+Green+Blue) = 108+32+137=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C2089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2089 is #93DF76. Grayscale: #424242. Windows color (decimal): -9690999 or 8986732. OLE color: 8986732.

HSL color Cylindrical-coordinate representation of color #6C2089: hue angle of 283.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2089 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 32 137 -
CMYK 0.21 0.77 0 0.46
HSL 283.43º 0.62% 0.33% -
HSV(B) 283.43º 0.77% 0.54% -
XYZ 11.22 6.03 24.24 -
YUV 66.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 108 32 137 0.21 0.77 0 0.46 283.43 0.62 0.33
Hex 6C 20 89 15 4D 0 2E 11B 3E 21
Octal 154 40 211 25 115 0 56 433 76 41
Binary 1101100 100000 10001001 10101 1001101 0 101110 100011011 111110 100001

Color Harmonies of #6C2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2089

Black with #6C2089

Text Example


Text Example

White with #6C2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,137); }

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

background-color css

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

 a { background-color: rgb(108,32,137); }

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

border-color css

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

 span { border-color: rgb(108,32,137); }

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