Html Css Color HEX #643258 Palatinate Purple

📋 copy color: '#643258'

red 100 ◦ green 50 ◦ blue 88

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

Shades of Palatinate Purple #643258

Tints of Palatinate Purple #643258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 42.02%
G = 21.01%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#643258 (or 0x643258) is known color: Palatinate Purple. HEX triplet: 64, 32 and 58. RGB value is (100,50,88). Sum of RGB (Red+Green+Blue) = 100+50+88=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #643258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643258 is #9BCDA7. Grayscale: #454545. Windows color (decimal): -10210728 or 5780068. OLE color: 5780068.

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

Color convert

RGB 100 50 88 -
CMYK 0 0.50 0.12 0.61
HSL 314.4º 0.33% 0.29% -
HSV(B) 314.4º 0.5% 0.39% -
XYZ 8.16 5.7 9.9 -
YUV 69.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 100 50 88 0 0.50 0.12 0.61 314.4 0.33 0.29
Hex 64 32 58 0 32 C 3D 13A 21 1D
Octal 144 62 130 0 62 14 75 472 41 35
Binary 1100100 110010 1011000 0 110010 1100 111101 100111010 100001 11101

Color Harmonies of #643258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643258

Black with #643258

Text Example


Text Example

White with #643258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643258; }

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

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

background-color css

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

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

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

border-color css

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

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

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