Html Css Color HEX #6D0E93 Purple

📋 copy color: '#6D0E93'

red 109 ◦ green 14 ◦ blue 147

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

Shades of Purple #6D0E93

Tints of Purple #6D0E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

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

R = 40.37%
G = 5.19%
B = 54.44%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0E93 (or 0x6D0E93) is known color: Purple. HEX triplet: 6D, 0E and 93. RGB value is (109,14,147). Sum of RGB (Red+Green+Blue) = 109+14+147=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D0E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0E93 is #92F16C. Grayscale: #393939. Windows color (decimal): -9630061 or 9637485. OLE color: 9637485.

HSL color Cylindrical-coordinate representation of color #6D0E93: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0E93 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 14 147 -
CMYK 0.26 0.90 0 0.42
HSL 282.86º 0.83% 0.32% -
HSV(B) 282.86º 0.9% 0.58% -
XYZ 11.73 5.67 28.08 -
YUV 57.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 109 14 147 0.26 0.90 0 0.42 282.86 0.83 0.32
Hex 6D E 93 1A 5A 0 2A 11B 53 20
Octal 155 16 223 32 132 0 52 433 123 40
Binary 1101101 1110 10010011 11010 1011010 0 101010 100011011 1010011 100000

Color Harmonies of #6D0E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0E93

Black with #6D0E93

Text Example


Text Example

White with #6D0E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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