Html Css Color HEX #642958 Palatinate Purple

📋 copy color: '#642958'

red 100 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #642958

Tints of Palatinate Purple #642958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 43.67%
G = 17.9%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#642958 (or 0x642958) is known color: Palatinate Purple. HEX triplet: 64, 29 and 58. RGB value is (100,41,88). Sum of RGB (Red+Green+Blue) = 100+41+88=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #642958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642958 is #9BD6A7. Grayscale: #3F3F3F. Windows color (decimal): -10213032 or 5777764. OLE color: 5777764.

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

Color convert

RGB 100 41 88 -
CMYK 0 0.59 0.12 0.61
HSL 312.2º 0.42% 0.28% -
HSV(B) 312.2º 0.59% 0.39% -
XYZ 7.81 5 9.79 -
YUV 64 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 100 41 88 0 0.59 0.12 0.61 312.2 0.42 0.28
Hex 64 29 58 0 3B C 3D 138 2A 1C
Octal 144 51 130 0 73 14 75 470 52 34
Binary 1100100 101001 1011000 0 111011 1100 111101 100111000 101010 11100

Color Harmonies of #642958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642958

Black with #642958

Text Example


Text Example

White with #642958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642958; }

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

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

background-color css

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

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

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

border-color css

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

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

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