#623A5C

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

Shades of Palatinate Purple #623A5C

Tints of Palatinate Purple #623A5C

Color information

#623A5C (or 0x623A5C) is unknown color: approx Palatinate Purple. HEX triplet: 62, 3A and 5C. RGB value is (98,58,92). Sum of RGB (Red+Green+Blue) = 98+58+92=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #623A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623A5C is #9DC5A3. Grayscale: #494949. Windows color (decimal): -10339748 or 6044258. OLE color: 6044258.

HSL color Cylindrical-coordinate representation of color #623A5C: hue angle of 309º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #623A5C is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB985892-
CMYK00.410.060.62
HSL309º25.64%30.59%-
HSV(B)309º40.82%38.43%-
XYZ8.486.410.91-
YUV73.84138.25145.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=39.52%
G=23.39%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98589200.410.060.6230925.6430.59
Hex623A5C02963E1351a1f
Octal142721340516764653237
Binary1100010111010101110001010011101111101001101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623A5C; }

 p { color: rgb(98,58,92); }

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

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

 a { background-color: rgb(98,58,92); }

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

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

 span { border-color: rgb(98,58,92); }

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