Html Css Color HEX #6E135A Palatinate Purple

📋 copy color: '#6E135A'

red 110 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #6E135A

Tints of Palatinate Purple #6E135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 50.23%
G = 8.68%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E135A (or 0x6E135A) is known color: Palatinate Purple. HEX triplet: 6E, 13 and 5A. RGB value is (110,19,90). Sum of RGB (Red+Green+Blue) = 110+19+90=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E135A is #91ECA5. Grayscale: #363636. Windows color (decimal): -9563302 or 5903214. OLE color: 5903214.

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

Color convert

RGB 110 19 90 -
CMYK 0 0.83 0.18 0.57
HSL 313.19º 0.71% 0.25% -
HSV(B) 313.19º 0.83% 0.43% -
XYZ 8.51 4.52 10.1 -
YUV 54.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 110 19 90 0 0.83 0.18 0.57 313.19 0.71 0.25
Hex 6E 13 5A 0 53 12 39 139 47 19
Octal 156 23 132 0 123 22 71 471 107 31
Binary 1101110 10011 1011010 0 1010011 10010 111001 100111001 1000111 11001

Color Harmonies of #6E135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E135A

Black with #6E135A

Text Example


Text Example

White with #6E135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,90); }

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

background-color css

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

 a { background-color: rgb(110,19,90); }

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

border-color css

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

 span { border-color: rgb(110,19,90); }

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