#682758

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

Shades of Palatinate Purple #682758

Tints of Palatinate Purple #682758

Color information

#682758 (or 0x682758) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 58. RGB value is (104,39,88). Sum of RGB (Red+Green+Blue) = 104+39+88=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682758 is #97D8A7. Grayscale: #3F3F3F. Windows color (decimal): -9951400 or 5777256. OLE color: 5777256.

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

Color convert

RGB1043988-
CMYK00.620.150.59
HSL314.77º45.45%28.04%-
HSV(B)314.77º62.5%40.78%-
XYZ8.25.19.78-
YUV64.02141.53156.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=45.02%
G=16.88%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104398800.620.150.59314.7745.4528.04
Hex68275803EF3B13b2d1c
Octal1504713007617734735534
Binary110100010011110110000111110111111101110011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682758; }

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

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

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

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

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

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

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

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