Html Css Color HEX #6E0585 Purple

📋 copy color: '#6E0585'

red 110 ◦ green 5 ◦ blue 133

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

Shades of Purple #6E0585

Tints of Purple #6E0585

RGB

 RED value IS 110 (43.36% from 255) = 44.35%

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

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 44.35%
G = 2.02%
B = 53.63%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E0585 (or 0x6E0585) is known color: Purple. HEX triplet: 6E, 05 and 85. RGB value is (110,5,133). Sum of RGB (Red+Green+Blue) = 110+5+133=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E0585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0585 is #91FA7A. Grayscale: #323232. Windows color (decimal): -9566843 or 8717678. OLE color: 8717678.

HSL color Cylindrical-coordinate representation of color #6E0585: hue angle of 289.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0585 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 5 133 -
CMYK 0.17 0.96 0 0.48
HSL 289.22º 0.93% 0.27% -
HSV(B) 289.22º 0.96% 0.52% -
XYZ 10.72 5.12 22.61 -
YUV 50.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 110 5 133 0.17 0.96 0 0.48 289.22 0.93 0.27
Hex 6E 5 85 11 60 0 30 121 5D 1B
Octal 156 5 205 21 140 0 60 441 135 33
Binary 1101110 101 10000101 10001 1100000 0 110000 100100001 1011101 11011

Color Harmonies of #6E0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0585

Black with #6E0585

Text Example


Text Example

White with #6E0585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,133); }

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

background-color css

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

 a { background-color: rgb(110,5,133); }

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

border-color css

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

 span { border-color: rgb(110,5,133); }

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