Html Css Color HEX #6E275B Palatinate Purple

📋 copy color: '#6E275B'

red 110 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #6E275B

Tints of Palatinate Purple #6E275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 45.83%
G = 16.25%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E275B (or 0x6E275B) is known color: Palatinate Purple. HEX triplet: 6E, 27 and 5B. RGB value is (110,39,91). Sum of RGB (Red+Green+Blue) = 110+39+91=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E275B is #91D8A4. Grayscale: #424242. Windows color (decimal): -9558181 or 5973870. OLE color: 5973870.

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

Color convert

RGB 110 39 91 -
CMYK 0 0.65 0.17 0.57
HSL 316.06º 0.48% 0.29% -
HSV(B) 316.06º 0.65% 0.43% -
XYZ 9.04 5.52 10.49 -
YUV 66.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 110 39 91 0 0.65 0.17 0.57 316.06 0.48 0.29
Hex 6E 27 5B 0 41 11 39 13C 30 1D
Octal 156 47 133 0 101 21 71 474 60 35
Binary 1101110 100111 1011011 0 1000001 10001 111001 100111100 110000 11101

Color Harmonies of #6E275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E275B

Black with #6E275B

Text Example


Text Example

White with #6E275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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