Html Css Color HEX #6E255D Palatinate Purple

📋 copy color: '#6E255D'

red 110 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #6E255D

Tints of Palatinate Purple #6E255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 45.83%
G = 15.42%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E255D (or 0x6E255D) is known color: Palatinate Purple. HEX triplet: 6E, 25 and 5D. RGB value is (110,37,93). Sum of RGB (Red+Green+Blue) = 110+37+93=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E255D is #91DAA2. Grayscale: #414141. Windows color (decimal): -9558691 or 6104430. OLE color: 6104430.

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

Color convert

RGB 110 37 93 -
CMYK 0 0.66 0.15 0.57
HSL 313.97º 0.5% 0.29% -
HSV(B) 313.97º 0.66% 0.43% -
XYZ 9.07 5.43 10.93 -
YUV 65.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 110 37 93 0 0.66 0.15 0.57 313.97 0.5 0.29
Hex 6E 25 5D 0 42 F 39 13A 32 1D
Octal 156 45 135 0 102 17 71 472 62 35
Binary 1101110 100101 1011101 0 1000010 1111 111001 100111010 110010 11101

Color Harmonies of #6E255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E255D

Black with #6E255D

Text Example


Text Example

White with #6E255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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