Html Css Color HEX #6E2560 Palatinate Purple

📋 copy color: '#6E2560'

red 110 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #6E2560

Tints of Palatinate Purple #6E2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 45.27%
G = 15.23%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E2560 (or 0x6E2560) is known color: Palatinate Purple. HEX triplet: 6E, 25 and 60. RGB value is (110,37,96). Sum of RGB (Red+Green+Blue) = 110+37+96=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2560 is #91DA9F. Grayscale: #414141. Windows color (decimal): -9558688 or 6301038. OLE color: 6301038.

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

Color convert

RGB 110 37 96 -
CMYK 0 0.66 0.13 0.57
HSL 311.51º 0.5% 0.29% -
HSV(B) 311.51º 0.66% 0.43% -
XYZ 9.2 5.48 11.64 -
YUV 65.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 110 37 96 0 0.66 0.13 0.57 311.51 0.5 0.29
Hex 6E 25 60 0 42 D 39 138 32 1D
Octal 156 45 140 0 102 15 71 470 62 35
Binary 1101110 100101 1100000 0 1000010 1101 111001 100111000 110010 11101

Color Harmonies of #6E2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2560

Black with #6E2560

Text Example


Text Example

White with #6E2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,96); }

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

background-color css

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

 a { background-color: rgb(110,37,96); }

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

border-color css

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

 span { border-color: rgb(110,37,96); }

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