Html Css Color HEX #641258 Palatinate Purple

📋 copy color: '#641258'

red 100 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #641258

Tints of Palatinate Purple #641258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 48.54%
G = 8.74%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#641258 (or 0x641258) is known color: Palatinate Purple. HEX triplet: 64, 12 and 58. RGB value is (100,18,88). Sum of RGB (Red+Green+Blue) = 100+18+88=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #641258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641258 is #9BEDA7. Grayscale: #323232. Windows color (decimal): -10218920 or 5771876. OLE color: 5771876.

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

Color convert

RGB 100 18 88 -
CMYK 0 0.82 0.12 0.61
HSL 308.78º 0.69% 0.23% -
HSV(B) 308.78º 0.82% 0.39% -
XYZ 7.23 3.85 9.59 -
YUV 50.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 100 18 88 0 0.82 0.12 0.61 308.78 0.69 0.23
Hex 64 12 58 0 52 C 3D 135 45 17
Octal 144 22 130 0 122 14 75 465 105 27
Binary 1100100 10010 1011000 0 1010010 1100 111101 100110101 1000101 10111

Color Harmonies of #641258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641258

Black with #641258

Text Example


Text Example

White with #641258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641258; }

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

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

background-color css

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

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

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

border-color css

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

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

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