#680462

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

Shades of Palatinate Purple #680462

Tints of Palatinate Purple #680462

Color information

#680462 (or 0x680462) is unknown color: approx Palatinate Purple. HEX triplet: 68, 04 and 62. RGB value is (104,4,98). Sum of RGB (Red+Green+Blue) = 104+4+98=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680462 is #97FB9D. Grayscale: #2C2C2C. Windows color (decimal): -9960350 or 6423656. OLE color: 6423656.

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

Color convert

RGB104498-
CMYK00.960.060.59
HSL303.6º92.59%21.18%-
HSV(B)303.6º96.15%40.78%-
XYZ7.963.9111.89-
YUV44.62158.13170.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=50.49%
G=1.94%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10449800.960.060.59303.692.5921.18
Hex6846206063B1305d15
Octal1504142014067346013525
Binary1101000100110001001100000110111011100110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680462; }

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

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

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

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

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

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

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

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