#682962

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

Shades of Palatinate Purple #682962

Tints of Palatinate Purple #682962

Color information

#682962 (or 0x682962) is unknown color: approx Palatinate Purple. HEX triplet: 68, 29 and 62. RGB value is (104,41,98). Sum of RGB (Red+Green+Blue) = 104+41+98=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682962 is #97D69D. Grayscale: #424242. Windows color (decimal): -9950878 or 6433128. OLE color: 6433128.

HSL color Cylindrical-coordinate representation of color #682962: hue angle of 305.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682962 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1044198-
CMYK00.610.060.59
HSL305.71º43.45%28.43%-
HSV(B)305.71º60.58%40.78%-
XYZ8.715.4112.14-
YUV66.33145.87154.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=42.80%
G=16.87%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104419800.610.060.59305.7143.4528.43
Hex68296203D63B1322b1c
Octal150511420756734625334
Binary11010001010011100010011110111011101110011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682962; }

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

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

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

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

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

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

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

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