#68275C

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

Shades of Palatinate Purple #68275C

Tints of Palatinate Purple #68275C

Color information

#68275C (or 0x68275C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 5C. RGB value is (104,39,92). Sum of RGB (Red+Green+Blue) = 104+39+92=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275C is #97D8A3. Grayscale: #404040. Windows color (decimal): -9951396 or 6039400. OLE color: 6039400.

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

Color convert

RGB1043992-
CMYK00.620.120.59
HSL311.08º45.45%28.04%-
HSV(B)311.08º62.5%40.78%-
XYZ8.375.1710.68-
YUV64.48143.53156.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=44.26%
G=16.60%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104399200.620.120.59311.0845.4528.04
Hex68275C03EC3B1372d1c
Octal1504713407614734675534
Binary110100010011110111000111110110011101110011011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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