Html Css Color HEX #6D1392 Purple

📋 copy color: '#6D1392'

red 109 ◦ green 19 ◦ blue 146

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

Shades of Purple #6D1392

Tints of Purple #6D1392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 39.78%
G = 6.93%
B = 53.28%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D1392 (or 0x6D1392) is known color: Purple. HEX triplet: 6D, 13 and 92. RGB value is (109,19,146). Sum of RGB (Red+Green+Blue) = 109+19+146=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D1392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1392 is #92EC6D. Grayscale: #3B3B3B. Windows color (decimal): -9628782 or 9573229. OLE color: 9573229.

HSL color Cylindrical-coordinate representation of color #6D1392: hue angle of 282.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1392 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 19 146 -
CMYK 0.25 0.87 0 0.43
HSL 282.52º 0.77% 0.32% -
HSV(B) 282.52º 0.87% 0.57% -
XYZ 11.73 5.79 27.69 -
YUV 60.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 109 19 146 0.25 0.87 0 0.43 282.52 0.77 0.32
Hex 6D 13 92 19 57 0 2B 11B 4D 20
Octal 155 23 222 31 127 0 53 433 115 40
Binary 1101101 10011 10010010 11001 1010111 0 101011 100011011 1001101 100000

Color Harmonies of #6D1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1392

Black with #6D1392

Text Example


Text Example

White with #6D1392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,146); }

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

background-color css

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

 a { background-color: rgb(109,19,146); }

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

border-color css

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

 span { border-color: rgb(109,19,146); }

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