Html Css Color HEX #6E2260 Palatinate Purple

📋 copy color: '#6E2260'

red 110 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #6E2260

Tints of Palatinate Purple #6E2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 45.83%
G = 14.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E2260 (or 0x6E2260) is known color: Palatinate Purple. HEX triplet: 6E, 22 and 60. RGB value is (110,34,96). Sum of RGB (Red+Green+Blue) = 110+34+96=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2260 is #91DD9F. Grayscale: #3F3F3F. Windows color (decimal): -9559456 or 6300270. OLE color: 6300270.

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

Color convert

RGB 110 34 96 -
CMYK 0 0.69 0.13 0.57
HSL 311.05º 0.53% 0.28% -
HSV(B) 311.05º 0.69% 0.43% -
XYZ 9.11 5.3 11.61 -
YUV 63.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 110 34 96 0 0.69 0.13 0.57 311.05 0.53 0.28
Hex 6E 22 60 0 45 D 39 137 35 1C
Octal 156 42 140 0 105 15 71 467 65 34
Binary 1101110 100010 1100000 0 1000101 1101 111001 100110111 110101 11100

Color Harmonies of #6E2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2260

Black with #6E2260

Text Example


Text Example

White with #6E2260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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