#623461

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

Shades of Palatinate Purple #623461

Tints of Palatinate Purple #623461

Color information

#623461 (or 0x623461) is unknown color: approx Palatinate Purple. HEX triplet: 62, 34 and 61. RGB value is (98,52,97). Sum of RGB (Red+Green+Blue) = 98+52+97=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #623461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623461 is #9DCB9E. Grayscale: #464646. Windows color (decimal): -10341279 or 6370402. OLE color: 6370402.

HSL color Cylindrical-coordinate representation of color #623461: hue angle of 301.3º 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 #623461 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB985297-
CMYK00.470.010.62
HSL301.3º30.67%29.41%-
HSV(B)301.3º46.94%38.43%-
XYZ8.425.9212.01-
YUV70.88142.74147.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=39.68%
G=21.05%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98529700.470.010.62301.330.6729.41
Hex62346102F13E12d1f1d
Octal142641410571764553735
Binary11000101101001100001010111111111101001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623461; }

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

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

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

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

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

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

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

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