Html Css Color HEX #6D298C Vivid Violet

📋 copy color: '#6D298C'

red 109 ◦ green 41 ◦ blue 140

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

Shades of Vivid Violet #6D298C

Tints of Vivid Violet #6D298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

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

R = 37.59%
G = 14.14%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D298C (or 0x6D298C) is known color: Vivid Violet. HEX triplet: 6D, 29 and 8C. RGB value is (109,41,140). Sum of RGB (Red+Green+Blue) = 109+41+140=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D298C is #92D673. Grayscale: #484848. Windows color (decimal): -9623156 or 9185645. OLE color: 9185645.

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

Color convert

RGB 109 41 140 -
CMYK 0.22 0.71 0 0.45
HSL 281.21º 0.55% 0.35% -
HSV(B) 281.21º 0.71% 0.55% -
XYZ 11.83 6.73 25.49 -
YUV 72.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 109 41 140 0.22 0.71 0 0.45 281.21 0.55 0.35
Hex 6D 29 8C 16 47 0 2D 119 37 23
Octal 155 51 214 26 107 0 55 431 67 43
Binary 1101101 101001 10001100 10110 1000111 0 101101 100011001 110111 100011

Color Harmonies of #6D298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D298C

Black with #6D298C

Text Example


Text Example

White with #6D298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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