Html Css Color HEX #6E1556 Palatinate Purple

📋 copy color: '#6E1556'

red 110 ◦ green 21 ◦ blue 86

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

Shades of Palatinate Purple #6E1556

Tints of Palatinate Purple #6E1556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 50.69%
G = 9.68%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6E1556 (or 0x6E1556) is known color: Palatinate Purple. HEX triplet: 6E, 15 and 56. RGB value is (110,21,86). Sum of RGB (Red+Green+Blue) = 110+21+86=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1556 is #91EAA9. Grayscale: #363636. Windows color (decimal): -9562794 or 5641582. OLE color: 5641582.

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

Color convert

RGB 110 21 86 -
CMYK 0 0.81 0.22 0.57
HSL 316.18º 0.68% 0.26% -
HSV(B) 316.18º 0.81% 0.43% -
XYZ 8.38 4.52 9.24 -
YUV 55.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 110 21 86 0 0.81 0.22 0.57 316.18 0.68 0.26
Hex 6E 15 56 0 51 16 39 13C 44 1A
Octal 156 25 126 0 121 26 71 474 104 32
Binary 1101110 10101 1010110 0 1010001 10110 111001 100111100 1000100 11010

Color Harmonies of #6E1556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1556

Black with #6E1556

Text Example


Text Example

White with #6E1556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,86); }

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

background-color css

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

 a { background-color: rgb(110,21,86); }

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

border-color css

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

 span { border-color: rgb(110,21,86); }

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