Html Css Color HEX #641754 Palatinate Purple

📋 copy color: '#641754'

red 100 ◦ green 23 ◦ blue 84

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

Shades of Palatinate Purple #641754

Tints of Palatinate Purple #641754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 48.31%
G = 11.11%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#641754 (or 0x641754) is known color: Palatinate Purple. HEX triplet: 64, 17 and 54. RGB value is (100,23,84). Sum of RGB (Red+Green+Blue) = 100+23+84=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #641754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641754 is #9BE8AB. Grayscale: #343434. Windows color (decimal): -10217644 or 5511012. OLE color: 5511012.

HSL color Cylindrical-coordinate representation of color #641754: hue angle of 312.47º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641754 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 84 -
CMYK 0 0.77 0.16 0.61
HSL 312.47º 0.63% 0.24% -
HSV(B) 312.47º 0.77% 0.39% -
XYZ 7.16 3.96 8.77 -
YUV 52.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 100 23 84 0 0.77 0.16 0.61 312.47 0.63 0.24
Hex 64 17 54 0 4D 10 3D 138 3F 18
Octal 144 27 124 0 115 20 75 470 77 30
Binary 1100100 10111 1010100 0 1001101 10000 111101 100111000 111111 11000

Color Harmonies of #641754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641754

Black with #641754

Text Example


Text Example

White with #641754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641754; }

 p { color: rgb(100,23,84); }

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

background-color css

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

 a { background-color: rgb(100,23,84); }

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

border-color css

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

 span { border-color: rgb(100,23,84); }

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