Html Css Color HEX #6D0993 Purple

📋 copy color: '#6D0993'

red 109 ◦ green 9 ◦ blue 147

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

Shades of Purple #6D0993

Tints of Purple #6D0993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 41.13%
G = 3.4%
B = 55.47%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0993 (or 0x6D0993) is known color: Purple. HEX triplet: 6D, 09 and 93. RGB value is (109,9,147). Sum of RGB (Red+Green+Blue) = 109+9+147=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0993 is #92F66C. Grayscale: #363636. Windows color (decimal): -9631341 or 9636205. OLE color: 9636205.

HSL color Cylindrical-coordinate representation of color #6D0993: hue angle of 283.48º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0993 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 9 147 -
CMYK 0.26 0.94 0 0.42
HSL 283.48º 0.88% 0.31% -
HSV(B) 283.48º 0.94% 0.58% -
XYZ 11.67 5.55 28.06 -
YUV 54.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 109 9 147 0.26 0.94 0 0.42 283.48 0.88 0.31
Hex 6D 9 93 1A 5E 0 2A 11B 58 1F
Octal 155 11 223 32 136 0 52 433 130 37
Binary 1101101 1001 10010011 11010 1011110 0 101010 100011011 1011000 11111

Color Harmonies of #6D0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0993

Black with #6D0993

Text Example


Text Example

White with #6D0993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,9,147); }

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

background-color css

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

 a { background-color: rgb(109,9,147); }

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

border-color css

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

 span { border-color: rgb(109,9,147); }

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