Html Css Color HEX #6D0592 Purple

📋 copy color: '#6D0592'

red 109 ◦ green 5 ◦ blue 146

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

Shades of Purple #6D0592

Tints of Purple #6D0592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 41.92%
G = 1.92%
B = 56.15%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D0592 (or 0x6D0592) is known color: Purple. HEX triplet: 6D, 05 and 92. RGB value is (109,5,146). Sum of RGB (Red+Green+Blue) = 109+5+146=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0592 is #92FA6D. Grayscale: #333333. Windows color (decimal): -9632366 or 9569645. OLE color: 9569645.

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

Color convert

RGB 109 5 146 -
CMYK 0.25 0.97 0 0.43
HSL 284.26º 0.93% 0.3% -
HSV(B) 284.26º 0.97% 0.57% -
XYZ 11.55 5.44 27.63 -
YUV 52.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 109 5 146 0.25 0.97 0 0.43 284.26 0.93 0.3
Hex 6D 5 92 19 61 0 2B 11C 5D 1E
Octal 155 5 222 31 141 0 53 434 135 36
Binary 1101101 101 10010010 11001 1100001 0 101011 100011100 1011101 11110

Color Harmonies of #6D0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0592

Black with #6D0592

Text Example


Text Example

White with #6D0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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