Html Css Color HEX #641255 Palatinate Purple

📋 copy color: '#641255'

red 100 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #641255

Tints of Palatinate Purple #641255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 49.26%
G = 8.87%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#641255 (or 0x641255) is known color: Palatinate Purple. HEX triplet: 64, 12 and 55. RGB value is (100,18,85). Sum of RGB (Red+Green+Blue) = 100+18+85=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #641255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641255 is #9BEDAA. Grayscale: #313131. Windows color (decimal): -10218923 or 5575268. OLE color: 5575268.

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

Color convert

RGB 100 18 85 -
CMYK 0 0.82 0.15 0.61
HSL 310.98º 0.69% 0.23% -
HSV(B) 310.98º 0.82% 0.39% -
XYZ 7.11 3.8 8.95 -
YUV 50.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 100 18 85 0 0.82 0.15 0.61 310.98 0.69 0.23
Hex 64 12 55 0 52 F 3D 137 45 17
Octal 144 22 125 0 122 17 75 467 105 27
Binary 1100100 10010 1010101 0 1010010 1111 111101 100110111 1000101 10111

Color Harmonies of #641255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641255

Black with #641255

Text Example


Text Example

White with #641255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641255; }

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

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

background-color css

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

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

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

border-color css

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

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

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