#68275F

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

Shades of Palatinate Purple #68275F

Tints of Palatinate Purple #68275F

Color information

#68275F (or 0x68275F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 5F. RGB value is (104,39,95). Sum of RGB (Red+Green+Blue) = 104+39+95=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275F is #97D8A0. Grayscale: #404040. Windows color (decimal): -9951393 or 6236008. OLE color: 6236008.

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

Color convert

RGB1043995-
CMYK00.620.090.59
HSL308.31º45.45%28.04%-
HSV(B)308.31º62.5%40.78%-
XYZ8.55.2211.39-
YUV64.82145.03155.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=43.70%
G=16.39%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104399500.620.090.59308.3145.4528.04
Hex68275F03E93B1342d1c
Octal1504713707611734645534
Binary110100010011110111110111110100111101110011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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