#623355

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

Shades of Palatinate Purple #623355

Tints of Palatinate Purple #623355

Color information

#623355 (or 0x623355) is unknown color: approx Palatinate Purple. HEX triplet: 62, 33 and 55. RGB value is (98,51,85). Sum of RGB (Red+Green+Blue) = 98+51+85=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #623355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623355 is #9DCCAA. Grayscale: #444444. Windows color (decimal): -10341547 or 5583714. OLE color: 5583714.

HSL color Cylindrical-coordinate representation of color #623355: hue angle of 316.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #623355 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB985185-
CMYK00.480.130.62
HSL316.6º31.54%29.22%-
HSV(B)316.6º47.96%38.43%-
XYZ7.865.629.26-
YUV68.93137.07148.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=41.88%
G=21.79%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98518500.480.130.62316.631.5429.22
Hex623355030D3E13d201d
Octal1426312506015764754035
Binary110001011001110101010110000110111111010011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623355; }

 p { color: rgb(98,51,85); }

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

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

 a { background-color: rgb(98,51,85); }

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

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

 span { border-color: rgb(98,51,85); }

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