Html Css Color HEX #641251 Palatinate Purple

📋 copy color: '#641251'

red 100 ◦ green 18 ◦ blue 81

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

Shades of Palatinate Purple #641251

Tints of Palatinate Purple #641251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 50.25%
G = 9.05%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#641251 (or 0x641251) is known color: Palatinate Purple. HEX triplet: 64, 12 and 51. RGB value is (100,18,81). Sum of RGB (Red+Green+Blue) = 100+18+81=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #641251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641251 is #9BEDAE. Grayscale: #313131. Windows color (decimal): -10218927 or 5313124. OLE color: 5313124.

HSL color Cylindrical-coordinate representation of color #641251: hue angle of 313.9º 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 #641251 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 81 -
CMYK 0 0.82 0.19 0.61
HSL 313.9º 0.69% 0.23% -
HSV(B) 313.9º 0.82% 0.39% -
XYZ 6.96 3.74 8.14 -
YUV 49.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 100 18 81 0 0.82 0.19 0.61 313.9 0.69 0.23
Hex 64 12 51 0 52 13 3D 13A 45 17
Octal 144 22 121 0 122 23 75 472 105 27
Binary 1100100 10010 1010001 0 1010010 10011 111101 100111010 1000101 10111

Color Harmonies of #641251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641251

Black with #641251

Text Example


Text Example

White with #641251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641251; }

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

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

background-color css

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

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

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

border-color css

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

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

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