Html Css Color HEX #6E175F Palatinate Purple

📋 copy color: '#6E175F'

red 110 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #6E175F

Tints of Palatinate Purple #6E175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 48.25%
G = 10.09%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E175F (or 0x6E175F) is known color: Palatinate Purple. HEX triplet: 6E, 17 and 5F. RGB value is (110,23,95). Sum of RGB (Red+Green+Blue) = 110+23+95=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E175F is #91E8A0. Grayscale: #393939. Windows color (decimal): -9562273 or 6231918. OLE color: 6231918.

HSL color Cylindrical-coordinate representation of color #6E175F: hue angle of 310.34º 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 #6E175F is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 23 95 -
CMYK 0 0.79 0.14 0.57
HSL 310.34º 0.65% 0.26% -
HSV(B) 310.34º 0.79% 0.43% -
XYZ 8.8 4.75 11.28 -
YUV 57.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 110 23 95 0 0.79 0.14 0.57 310.34 0.65 0.26
Hex 6E 17 5F 0 4F E 39 136 41 1A
Octal 156 27 137 0 117 16 71 466 101 32
Binary 1101110 10111 1011111 0 1001111 1110 111001 100110110 1000001 11010

Color Harmonies of #6E175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E175F

Black with #6E175F

Text Example


Text Example

White with #6E175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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