Html Css Color HEX #6E3362 Palatinate Purple

📋 copy color: '#6E3362'

red 110 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #6E3362

Tints of Palatinate Purple #6E3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 42.47%
G = 19.69%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E3362 (or 0x6E3362) is known color: Palatinate Purple. HEX triplet: 6E, 33 and 62. RGB value is (110,51,98). Sum of RGB (Red+Green+Blue) = 110+51+98=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3362 is #91CC9D. Grayscale: #494949. Windows color (decimal): -9555102 or 6435694. OLE color: 6435694.

HSL color Cylindrical-coordinate representation of color #6E3362: hue angle of 312.2º 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 #6E3362 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 51 98 -
CMYK 0 0.54 0.11 0.57
HSL 312.2º 0.37% 0.32% -
HSV(B) 312.2º 0.54% 0.43% -
XYZ 9.82 6.56 12.3 -
YUV 74 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 110 51 98 0 0.54 0.11 0.57 312.2 0.37 0.32
Hex 6E 33 62 0 36 B 39 138 25 20
Octal 156 63 142 0 66 13 71 470 45 40
Binary 1101110 110011 1100010 0 110110 1011 111001 100111000 100101 100000

Color Harmonies of #6E3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3362

Black with #6E3362

Text Example


Text Example

White with #6E3362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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