Html Css Color HEX #6D2085 Vivid Violet

📋 copy color: '#6D2085'

red 109 ◦ green 32 ◦ blue 133

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

Shades of Vivid Violet #6D2085

Tints of Vivid Violet #6D2085

RGB

 RED value IS 109 (42.97% from 255) = 39.78%

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

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 39.78%
G = 11.68%
B = 48.54%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D2085 (or 0x6D2085) is known color: Vivid Violet. HEX triplet: 6D, 20 and 85. RGB value is (109,32,133). Sum of RGB (Red+Green+Blue) = 109+32+133=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2085 is #92DF7A. Grayscale: #424242. Windows color (decimal): -9625467 or 8724589. OLE color: 8724589.

HSL color Cylindrical-coordinate representation of color #6D2085: hue angle of 285.74º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2085 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 32 133 -
CMYK 0.18 0.76 0 0.48
HSL 285.74º 0.61% 0.32% -
HSV(B) 285.74º 0.76% 0.52% -
XYZ 11.06 5.98 22.76 -
YUV 66.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 109 32 133 0.18 0.76 0 0.48 285.74 0.61 0.32
Hex 6D 20 85 12 4C 0 30 11E 3D 20
Octal 155 40 205 22 114 0 60 436 75 40
Binary 1101101 100000 10000101 10010 1001100 0 110000 100011110 111101 100000

Color Harmonies of #6D2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2085

Black with #6D2085

Text Example


Text Example

White with #6D2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,133); }

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

background-color css

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

 a { background-color: rgb(109,32,133); }

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

border-color css

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

 span { border-color: rgb(109,32,133); }

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