#682360

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

Shades of Palatinate Purple #682360

Tints of Palatinate Purple #682360

Color information

#682360 (or 0x682360) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 60. RGB value is (104,35,96). Sum of RGB (Red+Green+Blue) = 104+35+96=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682360 is #97DC9F. Grayscale: #3E3E3E. Windows color (decimal): -9952416 or 6300520. OLE color: 6300520.

HSL color Cylindrical-coordinate representation of color #682360: hue angle of 306.96º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682360 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1043596-
CMYK00.660.080.59
HSL306.96º49.64%27.25%-
HSV(B)306.96º66.35%40.78%-
XYZ8.424.9911.59-
YUV62.58146.86157.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=44.26%
G=14.89%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104359600.660.080.59306.9649.6427.25
Hex68236004283B133321b
Octal15043140010210734636233
Binary1101000100011110000001000010100011101110011001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682360; }

 p { color: rgb(104,35,96); }

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

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

 a { background-color: rgb(104,35,96); }

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

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

 span { border-color: rgb(104,35,96); }

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