Html Css Color HEX #6D308C Vivid Violet

📋 copy color: '#6D308C'

red 109 ◦ green 48 ◦ blue 140

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

Shades of Vivid Violet #6D308C

Tints of Vivid Violet #6D308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 36.7%
G = 16.16%
B = 47.14%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D308C (or 0x6D308C) is known color: Vivid Violet. HEX triplet: 6D, 30 and 8C. RGB value is (109,48,140). Sum of RGB (Red+Green+Blue) = 109+48+140=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D308C is #92CF73. Grayscale: #4C4C4C. Windows color (decimal): -9621364 or 9187437. OLE color: 9187437.

HSL color Cylindrical-coordinate representation of color #6D308C: hue angle of 279.78º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D308C is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 48 140 -
CMYK 0.22 0.66 0 0.45
HSL 279.78º 0.49% 0.37% -
HSV(B) 279.78º 0.66% 0.55% -
XYZ 12.1 7.26 25.57 -
YUV 76.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 109 48 140 0.22 0.66 0 0.45 279.78 0.49 0.37
Hex 6D 30 8C 16 42 0 2D 118 31 25
Octal 155 60 214 26 102 0 55 430 61 45
Binary 1101101 110000 10001100 10110 1000010 0 101101 100011000 110001 100101

Color Harmonies of #6D308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D308C

Black with #6D308C

Text Example


Text Example

White with #6D308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,140); }

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

background-color css

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

 a { background-color: rgb(109,48,140); }

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

border-color css

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

 span { border-color: rgb(109,48,140); }

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