Html Css Color HEX #6E1261 Palatinate Purple

📋 copy color: '#6E1261'

red 110 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #6E1261

Tints of Palatinate Purple #6E1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 48.89%
G = 8%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E1261 (or 0x6E1261) is known color: Palatinate Purple. HEX triplet: 6E, 12 and 61. RGB value is (110,18,97). Sum of RGB (Red+Green+Blue) = 110+18+97=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1261 is #91ED9E. Grayscale: #363636. Windows color (decimal): -9563551 or 6361710. OLE color: 6361710.

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

Color convert

RGB 110 18 97 -
CMYK 0 0.84 0.12 0.57
HSL 308.48º 0.72% 0.25% -
HSV(B) 308.48º 0.84% 0.43% -
XYZ 8.8 4.61 11.74 -
YUV 54.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 110 18 97 0 0.84 0.12 0.57 308.48 0.72 0.25
Hex 6E 12 61 0 54 C 39 134 48 19
Octal 156 22 141 0 124 14 71 464 110 31
Binary 1101110 10010 1100001 0 1010100 1100 111001 100110100 1001000 11001

Color Harmonies of #6E1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1261

Black with #6E1261

Text Example


Text Example

White with #6E1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,18,97); }

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

background-color css

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

 a { background-color: rgb(110,18,97); }

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

border-color css

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

 span { border-color: rgb(110,18,97); }

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