Html Css Color HEX #6D2595 Vivid Violet

📋 copy color: '#6D2595'

red 109 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #6D2595

Tints of Vivid Violet #6D2595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 36.95%
G = 12.54%
B = 50.51%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D2595 (or 0x6D2595) is known color: Vivid Violet. HEX triplet: 6D, 25 and 95. RGB value is (109,37,149). Sum of RGB (Red+Green+Blue) = 109+37+149=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D2595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2595 is #92DA6A. Grayscale: #464646. Windows color (decimal): -9624171 or 9774445. OLE color: 9774445.

HSL color Cylindrical-coordinate representation of color #6D2595: hue angle of 278.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D2595 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 37 149 -
CMYK 0.27 0.75 0 0.42
HSL 278.57º 0.6% 0.36% -
HSV(B) 278.57º 0.75% 0.58% -
XYZ 12.39 6.74 29.08 -
YUV 71.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 109 37 149 0.27 0.75 0 0.42 278.57 0.6 0.36
Hex 6D 25 95 1B 4B 0 2A 117 3C 24
Octal 155 45 225 33 113 0 52 427 74 44
Binary 1101101 100101 10010101 11011 1001011 0 101010 100010111 111100 100100

Color Harmonies of #6D2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2595

Black with #6D2595

Text Example


Text Example

White with #6D2595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,149); }

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

background-color css

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

 a { background-color: rgb(109,37,149); }

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

border-color css

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

 span { border-color: rgb(109,37,149); }

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