Html Css Color HEX #6E2660 Palatinate Purple

📋 copy color: '#6E2660'

red 110 ◦ green 38 ◦ blue 96

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

Shades of Palatinate Purple #6E2660

Tints of Palatinate Purple #6E2660

RGB

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

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

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

R = 45.08%
G = 15.57%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E2660 (or 0x6E2660) is known color: Palatinate Purple. HEX triplet: 6E, 26 and 60. RGB value is (110,38,96). Sum of RGB (Red+Green+Blue) = 110+38+96=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2660 is #91D99F. Grayscale: #414141. Windows color (decimal): -9558432 or 6301294. OLE color: 6301294.

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

Color convert

RGB 110 38 96 -
CMYK 0 0.65 0.13 0.57
HSL 311.67º 0.49% 0.29% -
HSV(B) 311.67º 0.65% 0.43% -
XYZ 9.23 5.55 11.65 -
YUV 66.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 110 38 96 0 0.65 0.13 0.57 311.67 0.49 0.29
Hex 6E 26 60 0 41 D 39 138 31 1D
Octal 156 46 140 0 101 15 71 470 61 35
Binary 1101110 100110 1100000 0 1000001 1101 111001 100111000 110001 11101

Color Harmonies of #6E2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2660

Black with #6E2660

Text Example


Text Example

White with #6E2660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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