#683255

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

Shades of Palatinate Purple #683255

Tints of Palatinate Purple #683255

Color information

#683255 (or 0x683255) is unknown color: approx Palatinate Purple. HEX triplet: 68, 32 and 55. RGB value is (104,50,85). Sum of RGB (Red+Green+Blue) = 104+50+85=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #683255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683255 is #97CDAA. Grayscale: #464646. Windows color (decimal): -9948587 or 5583464. OLE color: 5583464.

HSL color Cylindrical-coordinate representation of color #683255: hue angle of 321.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683255 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1045085-
CMYK00.520.180.59
HSL321.11º35.06%30.2%-
HSV(B)321.11º51.92%40.78%-
XYZ8.495.889.28-
YUV70.14136.39152.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=43.51%
G=20.92%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104508500.520.180.59321.1135.0630.2
Hex683255034123B141231e
Octal1506212506422735014336
Binary1101000110010101010101101001001011101110100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683255; }

 p { color: rgb(104,50,85); }

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

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

 a { background-color: rgb(104,50,85); }

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

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

 span { border-color: rgb(104,50,85); }

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