#68275A

Color #68275A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #68275A

Tints of Palatinate Purple #68275A

Color information

#68275A (or 0x68275A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 5A. RGB value is (104,39,90). Sum of RGB (Red+Green+Blue) = 104+39+90=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275A is #97D8A5. Grayscale: #404040. Windows color (decimal): -9951398 or 5908328. OLE color: 5908328.

HSL color Cylindrical-coordinate representation of color #68275A: hue angle of 312.92º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68275A is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1043990-
CMYK00.620.130.59
HSL312.92º45.45%28.04%-
HSV(B)312.92º62.5%40.78%-
XYZ8.285.1310.23-
YUV64.25142.53156.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=44.64%
G=16.74%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104399000.620.130.59312.9245.4528.04
Hex68275A03ED3B1392d1c
Octal1504713207615734715534
Binary110100010011110110100111110110111101110011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68275A; }

 p { color: rgb(104,39,90); }

 H1.HeaderClassName
 {
   color: #68275A;
 }
 .AnyTagClassName
 {
   color: #68275A;
 }
</style>
background-color css

<style>
 a { background-color: #68275A; }

 a { background-color: rgb(104,39,90); }

 div.DivClassName
 {
   background-color: #68275A;
 }
 .BgClassName
 {
   background-color: #68275A;
 }
</style>
border-color css

<style>
 span { border-color: #68275A; }

 span { border-color: rgb(104,39,90); }

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