Html Css Color HEX #6E115C Palatinate Purple

📋 copy color: '#6E115C'

red 110 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #6E115C

Tints of Palatinate Purple #6E115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 50.23%
G = 7.76%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E115C (or 0x6E115C) is known color: Palatinate Purple. HEX triplet: 6E, 11 and 5C. RGB value is (110,17,92). Sum of RGB (Red+Green+Blue) = 110+17+92=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E115C is #91EEA3. Grayscale: #353535. Windows color (decimal): -9563812 or 6033774. OLE color: 6033774.

HSL color Cylindrical-coordinate representation of color #6E115C: hue angle of 311.61º 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 #6E115C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 17 92 -
CMYK 0 0.85 0.16 0.57
HSL 311.61º 0.73% 0.25% -
HSV(B) 311.61º 0.85% 0.43% -
XYZ 8.56 4.49 10.54 -
YUV 53.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 110 17 92 0 0.85 0.16 0.57 311.61 0.73 0.25
Hex 6E 11 5C 0 55 10 39 138 49 19
Octal 156 21 134 0 125 20 71 470 111 31
Binary 1101110 10001 1011100 0 1010101 10000 111001 100111000 1001001 11001

Color Harmonies of #6E115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E115C

Black with #6E115C

Text Example


Text Example

White with #6E115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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