#623455

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

Shades of Palatinate Purple #623455

Tints of Palatinate Purple #623455

Color information

#623455 (or 0x623455) is unknown color: approx Palatinate Purple. HEX triplet: 62, 34 and 55. RGB value is (98,52,85). Sum of RGB (Red+Green+Blue) = 98+52+85=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #623455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623455 is #9DCBAA. Grayscale: #454545. Windows color (decimal): -10341291 or 5583970. OLE color: 5583970.

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

Color convert

RGB985285-
CMYK00.470.130.62
HSL316.96º30.67%29.41%-
HSV(B)316.96º46.94%38.43%-
XYZ7.95.719.28-
YUV69.52136.74148.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=41.70%
G=22.13%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98528500.470.130.62316.9630.6729.41
Hex62345502FD3E13d1f1d
Octal1426412505715764753735
Binary11000101101001010101010111111011111101001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623455; }

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

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

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

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

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

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

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

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