Html Css Color HEX #6E115E Palatinate Purple

📋 copy color: '#6E115E'

red 110 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #6E115E

Tints of Palatinate Purple #6E115E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 49.77%
G = 7.69%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E115E (or 0x6E115E) is known color: Palatinate Purple. HEX triplet: 6E, 11 and 5E. RGB value is (110,17,94). Sum of RGB (Red+Green+Blue) = 110+17+94=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E115E is #91EEA1. Grayscale: #353535. Windows color (decimal): -9563810 or 6164846. OLE color: 6164846.

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

Color convert

RGB 110 17 94 -
CMYK 0 0.85 0.15 0.57
HSL 310.32º 0.73% 0.25% -
HSV(B) 310.32º 0.85% 0.43% -
XYZ 8.65 4.52 11.01 -
YUV 53.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 110 17 94 0 0.85 0.15 0.57 310.32 0.73 0.25
Hex 6E 11 5E 0 55 F 39 136 49 19
Octal 156 21 136 0 125 17 71 466 111 31
Binary 1101110 10001 1011110 0 1010101 1111 111001 100110110 1001001 11001

Color Harmonies of #6E115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E115E

Black with #6E115E

Text Example


Text Example

White with #6E115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,94); }

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

background-color css

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

 a { background-color: rgb(110,17,94); }

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

border-color css

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

 span { border-color: rgb(110,17,94); }

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