Html Css Color HEX #6E005D Palatinate Purple

📋 copy color: '#6E005D'

red 110 ◦ green 0 ◦ blue 93

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

Shades of Palatinate Purple #6E005D

Tints of Palatinate Purple #6E005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.19%
G = 0%
B = 45.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E005D (or 0x6E005D) is known color: Palatinate Purple. HEX triplet: 6E, 00 and 5D. RGB value is (110,0,93). Sum of RGB (Red+Green+Blue) = 110+0+93=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E005D is #91FFA2. Grayscale: #2B2B2B. Windows color (decimal): -9568163 or 6094958. OLE color: 6094958.

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

Color convert

RGB 110 0 93 -
CMYK 0 1 0.15 0.57
HSL 309.27º 1% 0.22% -
HSV(B) 309.27º 1% 0.43% -
XYZ 8.41 4.11 10.71 -
YUV 43.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 110 0 93 0 1 0.15 0.57 309.27 1 0.22
Hex 6E 0 5D 0 64 F 39 135 64 16
Octal 156 0 135 0 144 17 71 465 144 26
Binary 1101110 0 1011101 0 1100100 1111 111001 100110101 1100100 10110

Color Harmonies of #6E005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E005D

Black with #6E005D

Text Example


Text Example

White with #6E005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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