Html Css Color HEX #6E115B Palatinate Purple

📋 copy color: '#6E115B'

red 110 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #6E115B

Tints of Palatinate Purple #6E115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 50.46%
G = 7.8%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E115B (or 0x6E115B) is known color: Palatinate Purple. HEX triplet: 6E, 11 and 5B. RGB value is (110,17,91). Sum of RGB (Red+Green+Blue) = 110+17+91=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E115B is #91EEA4. Grayscale: #353535. Windows color (decimal): -9563813 or 5968238. OLE color: 5968238.

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

Color convert

RGB 110 17 91 -
CMYK 0 0.85 0.17 0.57
HSL 312.26º 0.73% 0.25% -
HSV(B) 312.26º 0.85% 0.43% -
XYZ 8.52 4.47 10.31 -
YUV 53.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 110 17 91 0 0.85 0.17 0.57 312.26 0.73 0.25
Hex 6E 11 5B 0 55 11 39 138 49 19
Octal 156 21 133 0 125 21 71 470 111 31
Binary 1101110 10001 1011011 0 1010101 10001 111001 100111000 1001001 11001

Color Harmonies of #6E115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E115B

Black with #6E115B

Text Example


Text Example

White with #6E115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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