Html Css Color HEX #6E155F Palatinate Purple

📋 copy color: '#6E155F'

red 110 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #6E155F

Tints of Palatinate Purple #6E155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 48.67%
G = 9.29%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E155F (or 0x6E155F) is known color: Palatinate Purple. HEX triplet: 6E, 15 and 5F. RGB value is (110,21,95). Sum of RGB (Red+Green+Blue) = 110+21+95=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E155F is #91EAA0. Grayscale: #373737. Windows color (decimal): -9562785 or 6231406. OLE color: 6231406.

HSL color Cylindrical-coordinate representation of color #6E155F: hue angle of 310.11º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E155F is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 21 95 -
CMYK 0 0.81 0.14 0.57
HSL 310.11º 0.68% 0.26% -
HSV(B) 310.11º 0.81% 0.43% -
XYZ 8.76 4.68 11.27 -
YUV 56.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 110 21 95 0 0.81 0.14 0.57 310.11 0.68 0.26
Hex 6E 15 5F 0 51 E 39 136 44 1A
Octal 156 25 137 0 121 16 71 466 104 32
Binary 1101110 10101 1011111 0 1010001 1110 111001 100110110 1000100 11010

Color Harmonies of #6E155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E155F

Black with #6E155F

Text Example


Text Example

White with #6E155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,95); }

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

background-color css

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

 a { background-color: rgb(110,21,95); }

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

border-color css

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

 span { border-color: rgb(110,21,95); }

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