Html Css Color HEX #641953 Palatinate Purple

📋 copy color: '#641953'

red 100 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #641953

Tints of Palatinate Purple #641953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 48.08%
G = 12.02%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#641953 (or 0x641953) is known color: Palatinate Purple. HEX triplet: 64, 19 and 53. RGB value is (100,25,83). Sum of RGB (Red+Green+Blue) = 100+25+83=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #641953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641953 is #9BE6AC. Grayscale: #353535. Windows color (decimal): -10217133 or 5445988. OLE color: 5445988.

HSL color Cylindrical-coordinate representation of color #641953: hue angle of 313.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 #641953 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 25 83 -
CMYK 0 0.75 0.17 0.61
HSL 313.6º 0.6% 0.25% -
HSV(B) 313.6º 0.75% 0.39% -
XYZ 7.16 4.03 8.58 -
YUV 54.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 100 25 83 0 0.75 0.17 0.61 313.6 0.6 0.25
Hex 64 19 53 0 4B 11 3D 13A 3C 19
Octal 144 31 123 0 113 21 75 472 74 31
Binary 1100100 11001 1010011 0 1001011 10001 111101 100111010 111100 11001

Color Harmonies of #641953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641953

Black with #641953

Text Example


Text Example

White with #641953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641953; }

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

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

background-color css

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

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

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

border-color css

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

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

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