Html Css Color HEX #641958 Palatinate Purple

📋 copy color: '#641958'

red 100 ◦ green 25 ◦ blue 88

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

Shades of Palatinate Purple #641958

Tints of Palatinate Purple #641958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 46.95%
G = 11.74%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#641958 (or 0x641958) is known color: Palatinate Purple. HEX triplet: 64, 19 and 58. RGB value is (100,25,88). Sum of RGB (Red+Green+Blue) = 100+25+88=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #641958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641958 is #9BE6A7. Grayscale: #363636. Windows color (decimal): -10217128 or 5773668. OLE color: 5773668.

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

Color convert

RGB 100 25 88 -
CMYK 0 0.75 0.12 0.61
HSL 309.6º 0.6% 0.25% -
HSV(B) 309.6º 0.75% 0.39% -
XYZ 7.36 4.11 9.64 -
YUV 54.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 100 25 88 0 0.75 0.12 0.61 309.6 0.6 0.25
Hex 64 19 58 0 4B C 3D 136 3C 19
Octal 144 31 130 0 113 14 75 466 74 31
Binary 1100100 11001 1011000 0 1001011 1100 111101 100110110 111100 11001

Color Harmonies of #641958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641958

Black with #641958

Text Example


Text Example

White with #641958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641958; }

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

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

background-color css

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

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

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

border-color css

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

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

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