#68275E

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

Shades of Palatinate Purple #68275E

Tints of Palatinate Purple #68275E

Color information

#68275E (or 0x68275E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 5E. RGB value is (104,39,94). Sum of RGB (Red+Green+Blue) = 104+39+94=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275E is #97D8A1. Grayscale: #404040. Windows color (decimal): -9951394 or 6170472. OLE color: 6170472.

HSL color Cylindrical-coordinate representation of color #68275E: hue angle of 309.23º 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 #68275E is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1043994-
CMYK00.620.100.59
HSL309.23º45.45%28.04%-
HSV(B)309.23º62.5%40.78%-
XYZ8.455.211.15-
YUV64.7144.53156.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=43.88%
G=16.46%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104399400.620.100.59309.2345.4528.04
Hex68275E03EA3B1352d1c
Octal1504713607612734655534
Binary110100010011110111100111110101011101110011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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