Html Css Color HEX #6E265D Palatinate Purple

📋 copy color: '#6E265D'

red 110 ◦ green 38 ◦ blue 93

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

Shades of Palatinate Purple #6E265D

Tints of Palatinate Purple #6E265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 45.64%
G = 15.77%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E265D (or 0x6E265D) is known color: Palatinate Purple. HEX triplet: 6E, 26 and 5D. RGB value is (110,38,93). Sum of RGB (Red+Green+Blue) = 110+38+93=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E265D is #91D9A2. Grayscale: #414141. Windows color (decimal): -9558435 or 6104686. OLE color: 6104686.

HSL color Cylindrical-coordinate representation of color #6E265D: hue angle of 314.17º degrees, saturation: 0.49, 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 #6E265D is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 38 93 -
CMYK 0 0.65 0.15 0.57
HSL 314.17º 0.49% 0.29% -
HSV(B) 314.17º 0.65% 0.43% -
XYZ 9.1 5.49 10.94 -
YUV 65.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 110 38 93 0 0.65 0.15 0.57 314.17 0.49 0.29
Hex 6E 26 5D 0 41 F 39 13A 31 1D
Octal 156 46 135 0 101 17 71 472 61 35
Binary 1101110 100110 1011101 0 1000001 1111 111001 100111010 110001 11101

Color Harmonies of #6E265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E265D

Black with #6E265D

Text Example


Text Example

White with #6E265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,93); }

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

background-color css

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

 a { background-color: rgb(110,38,93); }

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

border-color css

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

 span { border-color: rgb(110,38,93); }

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