Html Css Color HEX #6E1461 Palatinate Purple

📋 copy color: '#6E1461'

red 110 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #6E1461

Tints of Palatinate Purple #6E1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 48.46%
G = 8.81%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E1461 (or 0x6E1461) is known color: Palatinate Purple. HEX triplet: 6E, 14 and 61. RGB value is (110,20,97). Sum of RGB (Red+Green+Blue) = 110+20+97=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1461 is #91EB9E. Grayscale: #373737. Windows color (decimal): -9563039 or 6362222. OLE color: 6362222.

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

Color convert

RGB 110 20 97 -
CMYK 0 0.82 0.12 0.57
HSL 308.67º 0.69% 0.25% -
HSV(B) 308.67º 0.82% 0.43% -
XYZ 8.84 4.68 11.75 -
YUV 55.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 110 20 97 0 0.82 0.12 0.57 308.67 0.69 0.25
Hex 6E 14 61 0 52 C 39 135 45 19
Octal 156 24 141 0 122 14 71 465 105 31
Binary 1101110 10100 1100001 0 1010010 1100 111001 100110101 1000101 11001

Color Harmonies of #6E1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1461

Black with #6E1461

Text Example


Text Example

White with #6E1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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