Html Css Color HEX #6E3662 Palatinate Purple

📋 copy color: '#6E3662'

red 110 ◦ green 54 ◦ blue 98

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

Shades of Palatinate Purple #6E3662

Tints of Palatinate Purple #6E3662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 41.98%
G = 20.61%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E3662 (or 0x6E3662) is known color: Palatinate Purple. HEX triplet: 6E, 36 and 62. RGB value is (110,54,98). Sum of RGB (Red+Green+Blue) = 110+54+98=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3662 is #91C99D. Grayscale: #4B4B4B. Windows color (decimal): -9554334 or 6436462. OLE color: 6436462.

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

Color convert

RGB 110 54 98 -
CMYK 0 0.51 0.11 0.57
HSL 312.86º 0.34% 0.32% -
HSV(B) 312.86º 0.51% 0.43% -
XYZ 9.95 6.84 12.35 -
YUV 75.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 110 54 98 0 0.51 0.11 0.57 312.86 0.34 0.32
Hex 6E 36 62 0 33 B 39 139 22 20
Octal 156 66 142 0 63 13 71 471 42 40
Binary 1101110 110110 1100010 0 110011 1011 111001 100111001 100010 100000

Color Harmonies of #6E3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3662

Black with #6E3662

Text Example


Text Example

White with #6E3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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