#682362

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

Shades of Palatinate Purple #682362

Tints of Palatinate Purple #682362

Color information

#682362 (or 0x682362) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 62. RGB value is (104,35,98). Sum of RGB (Red+Green+Blue) = 104+35+98=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682362 is #97DC9D. Grayscale: #3E3E3E. Windows color (decimal): -9952414 or 6431592. OLE color: 6431592.

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

Color convert

RGB1043598-
CMYK00.660.060.59
HSL305.22º49.64%27.25%-
HSV(B)305.22º66.35%40.78%-
XYZ8.515.0312.08-
YUV62.81147.86157.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=43.88%
G=14.77%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104359800.660.060.59305.2249.6427.25
Hex68236204263B131321b
Octal1504314201026734616233
Binary110100010001111000100100001011011101110011000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682362; }

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

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

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

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

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

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

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

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