Html Css Color HEX #6E355D Palatinate Purple

📋 copy color: '#6E355D'

red 110 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #6E355D

Tints of Palatinate Purple #6E355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 42.97%
G = 20.7%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E355D (or 0x6E355D) is known color: Palatinate Purple. HEX triplet: 6E, 35 and 5D. RGB value is (110,53,93). Sum of RGB (Red+Green+Blue) = 110+53+93=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E355D is #91CAA2. Grayscale: #4A4A4A. Windows color (decimal): -9554595 or 6108526. OLE color: 6108526.

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

Color convert

RGB 110 53 93 -
CMYK 0 0.52 0.15 0.57
HSL 317.89º 0.35% 0.32% -
HSV(B) 317.89º 0.52% 0.43% -
XYZ 9.68 6.65 11.13 -
YUV 74.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 110 53 93 0 0.52 0.15 0.57 317.89 0.35 0.32
Hex 6E 35 5D 0 34 F 39 13E 23 20
Octal 156 65 135 0 64 17 71 476 43 40
Binary 1101110 110101 1011101 0 110100 1111 111001 100111110 100011 100000

Color Harmonies of #6E355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E355D

Black with #6E355D

Text Example


Text Example

White with #6E355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,53,93); }

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

background-color css

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

 a { background-color: rgb(110,53,93); }

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

border-color css

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

 span { border-color: rgb(110,53,93); }

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