Html Css Color HEX #6E215B Palatinate Purple

📋 copy color: '#6E215B'

red 110 ◦ green 33 ◦ blue 91

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

Shades of Palatinate Purple #6E215B

Tints of Palatinate Purple #6E215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 47.01%
G = 14.1%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E215B (or 0x6E215B) is known color: Palatinate Purple. HEX triplet: 6E, 21 and 5B. RGB value is (110,33,91). Sum of RGB (Red+Green+Blue) = 110+33+91=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E215B is #91DEA4. Grayscale: #3E3E3E. Windows color (decimal): -9559717 or 5972334. OLE color: 5972334.

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

Color convert

RGB 110 33 91 -
CMYK 0 0.7 0.17 0.57
HSL 314.81º 0.54% 0.28% -
HSV(B) 314.81º 0.7% 0.43% -
XYZ 8.86 5.16 10.43 -
YUV 62.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 110 33 91 0 0.7 0.17 0.57 314.81 0.54 0.28
Hex 6E 21 5B 0 46 11 39 13B 36 1C
Octal 156 41 133 0 106 21 71 473 66 34
Binary 1101110 100001 1011011 0 1000110 10001 111001 100111011 110110 11100

Color Harmonies of #6E215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E215B

Black with #6E215B

Text Example


Text Example

White with #6E215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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