#643058

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

Shades of Palatinate Purple #643058

Tints of Palatinate Purple #643058

Color information

#643058 (or 0x643058) is unknown color: approx Palatinate Purple. HEX triplet: 64, 30 and 58. RGB value is (100,48,88). Sum of RGB (Red+Green+Blue) = 100+48+88=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #643058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643058 is #9BCFA7. Grayscale: #444444. Windows color (decimal): -10211240 or 5779556. OLE color: 5779556.

HSL color Cylindrical-coordinate representation of color #643058: hue angle of 313.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643058 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB1004888-
CMYK00.520.120.61
HSL313.85º35.14%29.02%-
HSV(B)313.85º52%39.22%-
XYZ8.075.539.87-
YUV68.11139.23150.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=42.37%
G=20.34%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100488800.520.120.61313.8535.1429.02
Hex643058034C3D13a231d
Octal1446013006414754724335
Binary110010011000010110000110100110011110110011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643058; }

 p { color: rgb(100,48,88); }

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

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

 a { background-color: rgb(100,48,88); }

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

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

 span { border-color: rgb(100,48,88); }

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