Html Css Color HEX #6E2B5B Palatinate Purple

📋 copy color: '#6E2B5B'

red 110 ◦ green 43 ◦ blue 91

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

Shades of Palatinate Purple #6E2B5B

Tints of Palatinate Purple #6E2B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 45.08%
G = 17.62%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E2B5B (or 0x6E2B5B) is known color: Palatinate Purple. HEX triplet: 6E, 2B and 5B. RGB value is (110,43,91). Sum of RGB (Red+Green+Blue) = 110+43+91=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2B5B is #91D4A4. Grayscale: #444444. Windows color (decimal): -9557157 or 5974894. OLE color: 5974894.

HSL color Cylindrical-coordinate representation of color #6E2B5B: hue angle of 317.01º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B5B is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 43 91 -
CMYK 0 0.61 0.17 0.57
HSL 317.01º 0.44% 0.3% -
HSV(B) 317.01º 0.61% 0.43% -
XYZ 9.18 5.8 10.53 -
YUV 68.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 110 43 91 0 0.61 0.17 0.57 317.01 0.44 0.3
Hex 6E 2B 5B 0 3D 11 39 13D 2C 1E
Octal 156 53 133 0 75 21 71 475 54 36
Binary 1101110 101011 1011011 0 111101 10001 111001 100111101 101100 11110

Color Harmonies of #6E2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B5B

Black with #6E2B5B

Text Example


Text Example

White with #6E2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,91); }

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

background-color css

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

 a { background-color: rgb(110,43,91); }

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

border-color css

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

 span { border-color: rgb(110,43,91); }

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