Html Css Color HEX #6E055D Palatinate Purple

📋 copy color: '#6E055D'

red 110 ◦ green 5 ◦ blue 93

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

Shades of Palatinate Purple #6E055D

Tints of Palatinate Purple #6E055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 52.88%
G = 2.4%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E055D (or 0x6E055D) is known color: Palatinate Purple. HEX triplet: 6E, 05 and 5D. RGB value is (110,5,93). Sum of RGB (Red+Green+Blue) = 110+5+93=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E055D is #91FAA2. Grayscale: #2E2E2E. Windows color (decimal): -9566883 or 6096238. OLE color: 6096238.

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

Color convert

RGB 110 5 93 -
CMYK 0 0.95 0.15 0.57
HSL 309.71º 0.91% 0.23% -
HSV(B) 309.71º 0.95% 0.43% -
XYZ 8.46 4.21 10.72 -
YUV 46.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 110 5 93 0 0.95 0.15 0.57 309.71 0.91 0.23
Hex 6E 5 5D 0 5F F 39 136 5B 17
Octal 156 5 135 0 137 17 71 466 133 27
Binary 1101110 101 1011101 0 1011111 1111 111001 100110110 1011011 10111

Color Harmonies of #6E055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E055D

Black with #6E055D

Text Example


Text Example

White with #6E055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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