Html Css Color HEX #6E2363 Palatinate Purple

📋 copy color: '#6E2363'

red 110 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #6E2363

Tints of Palatinate Purple #6E2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 45.08%
G = 14.34%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E2363 (or 0x6E2363) is known color: Palatinate Purple. HEX triplet: 6E, 23 and 63. RGB value is (110,35,99). Sum of RGB (Red+Green+Blue) = 110+35+99=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2363 is #91DC9C. Grayscale: #404040. Windows color (decimal): -9559197 or 6497134. OLE color: 6497134.

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

Color convert

RGB 110 35 99 -
CMYK 0 0.68 0.1 0.57
HSL 308.8º 0.52% 0.28% -
HSV(B) 308.8º 0.68% 0.43% -
XYZ 9.28 5.42 12.36 -
YUV 64.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 110 35 99 0 0.68 0.1 0.57 308.8 0.52 0.28
Hex 6E 23 63 0 44 A 39 135 34 1C
Octal 156 43 143 0 104 12 71 465 64 34
Binary 1101110 100011 1100011 0 1000100 1010 111001 100110101 110100 11100

Color Harmonies of #6E2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2363

Black with #6E2363

Text Example


Text Example

White with #6E2363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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