Html Css Color HEX #6E1C6C Palatinate Purple

📋 copy color: '#6E1C6C'

red 110 ◦ green 28 ◦ blue 108

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

Shades of Palatinate Purple #6E1C6C

Tints of Palatinate Purple #6E1C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 44.72%
G = 11.38%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E1C6C (or 0x6E1C6C) is known color: Palatinate Purple. HEX triplet: 6E, 1C and 6C. RGB value is (110,28,108). Sum of RGB (Red+Green+Blue) = 110+28+108=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C6C is #91E393. Grayscale: #3D3D3D. Windows color (decimal): -9560980 or 7085166. OLE color: 7085166.

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

Color convert

RGB 110 28 108 -
CMYK 0 0.75 0.02 0.57
HSL 301.46º 0.59% 0.27% -
HSV(B) 301.46º 0.75% 0.43% -
XYZ 9.55 5.23 14.69 -
YUV 61.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 110 28 108 0 0.75 0.02 0.57 301.46 0.59 0.27
Hex 6E 1C 6C 0 4B 2 39 12D 3B 1B
Octal 156 34 154 0 113 2 71 455 73 33
Binary 1101110 11100 1101100 0 1001011 10 111001 100101101 111011 11011

Color Harmonies of #6E1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C6C

Black with #6E1C6C

Text Example


Text Example

White with #6E1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,108); }

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

background-color css

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

 a { background-color: rgb(110,28,108); }

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

border-color css

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

 span { border-color: rgb(110,28,108); }

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