Html Css Color HEX #6E3261 Palatinate Purple

📋 copy color: '#6E3261'

red 110 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #6E3261

Tints of Palatinate Purple #6E3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 42.8%
G = 19.46%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6E3261 (or 0x6E3261) is known color: Palatinate Purple. HEX triplet: 6E, 32 and 61. RGB value is (110,50,97). Sum of RGB (Red+Green+Blue) = 110+50+97=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3261 is #91CD9E. Grayscale: #494949. Windows color (decimal): -9555359 or 6369902. OLE color: 6369902.

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

Color convert

RGB 110 50 97 -
CMYK 0 0.55 0.12 0.57
HSL 313º 0.38% 0.31% -
HSV(B) 313º 0.55% 0.43% -
XYZ 9.73 6.46 12.04 -
YUV 73.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 110 50 97 0 0.55 0.12 0.57 313 0.38 0.31
Hex 6E 32 61 0 37 C 39 139 26 1F
Octal 156 62 141 0 67 14 71 471 46 37
Binary 1101110 110010 1100001 0 110111 1100 111001 100111001 100110 11111

Color Harmonies of #6E3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3261

Black with #6E3261

Text Example


Text Example

White with #6E3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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