Html Css Color HEX #6E1758 Palatinate Purple

📋 copy color: '#6E1758'

red 110 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #6E1758

Tints of Palatinate Purple #6E1758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 49.77%
G = 10.41%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#6E1758 (or 0x6E1758) is known color: Palatinate Purple. HEX triplet: 6E, 17 and 58. RGB value is (110,23,88). Sum of RGB (Red+Green+Blue) = 110+23+88=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1758 is #91E8A7. Grayscale: #383838. Windows color (decimal): -9562280 or 5773166. OLE color: 5773166.

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

Color convert

RGB 110 23 88 -
CMYK 0 0.79 0.2 0.57
HSL 315.17º 0.65% 0.26% -
HSV(B) 315.17º 0.79% 0.43% -
XYZ 8.5 4.63 9.68 -
YUV 56.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 110 23 88 0 0.79 0.2 0.57 315.17 0.65 0.26
Hex 6E 17 58 0 4F 14 39 13B 41 1A
Octal 156 27 130 0 117 24 71 473 101 32
Binary 1101110 10111 1011000 0 1001111 10100 111001 100111011 1000001 11010

Color Harmonies of #6E1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1758

Black with #6E1758

Text Example


Text Example

White with #6E1758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,88); }

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

background-color css

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

 a { background-color: rgb(110,23,88); }

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

border-color css

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

 span { border-color: rgb(110,23,88); }

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