#682465

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

Shades of Palatinate Purple #682465

Tints of Palatinate Purple #682465

Color information

#682465 (or 0x682465) is unknown color: approx Palatinate Purple. HEX triplet: 68, 24 and 65. RGB value is (104,36,101). Sum of RGB (Red+Green+Blue) = 104+36+101=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682465 is #97DB9A. Grayscale: #3F3F3F. Windows color (decimal): -9952155 or 6628456. OLE color: 6628456.

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

Color convert

RGB10436101-
CMYK00.650.030.59
HSL302.65º48.57%27.45%-
HSV(B)302.65º65.38%40.78%-
XYZ8.695.1412.85-
YUV63.74149.03156.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=43.15%
G=14.94%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043610100.650.030.59302.6548.5727.45
Hex68246504133B12f311b
Octal1504414501013734576133
Binary11010001001001100101010000011111101110010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682465; }

 p { color: rgb(104,36,101); }

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

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

 a { background-color: rgb(104,36,101); }

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

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

 span { border-color: rgb(104,36,101); }

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