Html Css Color HEX #6E2163 Palatinate Purple

📋 copy color: '#6E2163'

red 110 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #6E2163

Tints of Palatinate Purple #6E2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 45.45%
G = 13.64%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E2163 (or 0x6E2163) is known color: Palatinate Purple. HEX triplet: 6E, 21 and 63. RGB value is (110,33,99). Sum of RGB (Red+Green+Blue) = 110+33+99=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2163 is #91DE9C. Grayscale: #3F3F3F. Windows color (decimal): -9559709 or 6496622. OLE color: 6496622.

HSL color Cylindrical-coordinate representation of color #6E2163: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2163 is Cyan = 0, Magento = 0.7, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 33 99 -
CMYK 0 0.7 0.1 0.57
HSL 308.57º 0.54% 0.28% -
HSV(B) 308.57º 0.7% 0.43% -
XYZ 9.23 5.3 12.34 -
YUV 63.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 110 33 99 0 0.7 0.1 0.57 308.57 0.54 0.28
Hex 6E 21 63 0 46 A 39 135 36 1C
Octal 156 41 143 0 106 12 71 465 66 34
Binary 1101110 100001 1100011 0 1000110 1010 111001 100110101 110110 11100

Color Harmonies of #6E2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2163

Black with #6E2163

Text Example


Text Example

White with #6E2163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,99); }

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

background-color css

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

 a { background-color: rgb(110,33,99); }

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

border-color css

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

 span { border-color: rgb(110,33,99); }

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