Html Css Color HEX #6E165E Palatinate Purple

📋 copy color: '#6E165E'

red 110 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #6E165E

Tints of Palatinate Purple #6E165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 48.67%
G = 9.73%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E165E (or 0x6E165E) is known color: Palatinate Purple. HEX triplet: 6E, 16 and 5E. RGB value is (110,22,94). Sum of RGB (Red+Green+Blue) = 110+22+94=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E165E is #91E9A1. Grayscale: #383838. Windows color (decimal): -9562530 or 6166126. OLE color: 6166126.

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

Color convert

RGB 110 22 94 -
CMYK 0 0.8 0.15 0.57
HSL 310.91º 0.67% 0.26% -
HSV(B) 310.91º 0.8% 0.43% -
XYZ 8.74 4.7 11.04 -
YUV 56.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 110 22 94 0 0.8 0.15 0.57 310.91 0.67 0.26
Hex 6E 16 5E 0 50 F 39 137 43 1A
Octal 156 26 136 0 120 17 71 467 103 32
Binary 1101110 10110 1011110 0 1010000 1111 111001 100110111 1000011 11010

Color Harmonies of #6E165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E165E

Black with #6E165E

Text Example


Text Example

White with #6E165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,22,94); }

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

background-color css

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

 a { background-color: rgb(110,22,94); }

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

border-color css

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

 span { border-color: rgb(110,22,94); }

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