Html Css Color HEX #6E1056 Palatinate Purple

📋 copy color: '#6E1056'

red 110 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #6E1056

Tints of Palatinate Purple #6E1056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 51.89%
G = 7.55%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6E1056 (or 0x6E1056) is known color: Palatinate Purple. HEX triplet: 6E, 10 and 56. RGB value is (110,16,86). Sum of RGB (Red+Green+Blue) = 110+16+86=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1056 is #91EFA9. Grayscale: #333333. Windows color (decimal): -9564074 or 5640302. OLE color: 5640302.

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

Color convert

RGB 110 16 86 -
CMYK 0 0.85 0.22 0.57
HSL 315.32º 0.75% 0.25% -
HSV(B) 315.32º 0.85% 0.43% -
XYZ 8.3 4.36 9.21 -
YUV 52.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 110 16 86 0 0.85 0.22 0.57 315.32 0.75 0.25
Hex 6E 10 56 0 55 16 39 13B 4B 19
Octal 156 20 126 0 125 26 71 473 113 31
Binary 1101110 10000 1010110 0 1010101 10110 111001 100111011 1001011 11001

Color Harmonies of #6E1056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1056

Black with #6E1056

Text Example


Text Example

White with #6E1056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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