Html Css Color HEX #6E3361 Palatinate Purple

📋 copy color: '#6E3361'

red 110 ◦ green 51 ◦ blue 97

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

Shades of Palatinate Purple #6E3361

Tints of Palatinate Purple #6E3361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 42.64%
G = 19.77%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E3361 (or 0x6E3361) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 61. RGB value is (110,51,97). Sum of RGB (Red+Green+Blue) = 110+51+97=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3361 is #91CC9E. Grayscale: #494949. Windows color (decimal): -9555103 or 6370158. OLE color: 6370158.

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

Color convert

RGB 110 51 97 -
CMYK 0 0.54 0.12 0.57
HSL 313.22º 0.37% 0.32% -
HSV(B) 313.22º 0.54% 0.43% -
XYZ 9.77 6.55 12.06 -
YUV 73.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 110 51 97 0 0.54 0.12 0.57 313.22 0.37 0.32
Hex 6E 33 61 0 36 C 39 139 25 20
Octal 156 63 141 0 66 14 71 471 45 40
Binary 1101110 110011 1100001 0 110110 1100 111001 100111001 100101 100000

Color Harmonies of #6E3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3361

Black with #6E3361

Text Example


Text Example

White with #6E3361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,51,97); }

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

background-color css

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

 a { background-color: rgb(110,51,97); }

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

border-color css

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

 span { border-color: rgb(110,51,97); }

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