Html Css Color HEX #643558 Palatinate Purple

📋 copy color: '#643558'

red 100 ◦ green 53 ◦ blue 88

#643558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #643558

Tints of Palatinate Purple #643558

RGB

 RED value IS 100 (39.45% from 255) = 41.49%

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 41.49%
G = 21.99%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#643558 (or 0x643558) is known color: Palatinate Purple. HEX triplet: 64, 35 and 58. RGB value is (100,53,88). Sum of RGB (Red+Green+Blue) = 100+53+88=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #643558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643558 is #9BCAA7. Grayscale: #464646. Windows color (decimal): -10209960 or 5780836. OLE color: 5780836.

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

Color convert

RGB 100 53 88 -
CMYK 0 0.47 0.12 0.61
HSL 315.32º 0.31% 0.3% -
HSV(B) 315.32º 0.47% 0.39% -
XYZ 8.29 5.96 9.95 -
YUV 71.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 100 53 88 0 0.47 0.12 0.61 315.32 0.31 0.3
Hex 64 35 58 0 2F C 3D 13B 1F 1E
Octal 144 65 130 0 57 14 75 473 37 36
Binary 1100100 110101 1011000 0 101111 1100 111101 100111011 11111 11110

Color Harmonies of #643558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643558

Black with #643558

Text Example


Text Example

White with #643558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643558; }

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

 H1.HeaderClassName
 {
   color: #643558;
 }
 .AnyTagClassName
 {
   color: #643558;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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