Html Css Color HEX #642461 Palatinate Purple

📋 copy color: '#642461'

red 100 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #642461

Tints of Palatinate Purple #642461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 42.92%
G = 15.45%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#642461 (or 0x642461) is known color: Palatinate Purple. HEX triplet: 64, 24 and 61. RGB value is (100,36,97). Sum of RGB (Red+Green+Blue) = 100+36+97=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #642461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642461 is #9BDB9E. Grayscale: #3D3D3D. Windows color (decimal): -10214303 or 6366308. OLE color: 6366308.

HSL color Cylindrical-coordinate representation of color #642461: hue angle of 302.81º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642461 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 97 -
CMYK 0 0.64 0.03 0.61
HSL 302.81º 0.47% 0.27% -
HSV(B) 302.81º 0.64% 0.39% -
XYZ 8.04 4.83 11.82 -
YUV 62.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 100 36 97 0 0.64 0.03 0.61 302.81 0.47 0.27
Hex 64 24 61 0 40 3 3D 12F 2F 1B
Octal 144 44 141 0 100 3 75 457 57 33
Binary 1100100 100100 1100001 0 1000000 11 111101 100101111 101111 11011

Color Harmonies of #642461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642461

Black with #642461

Text Example


Text Example

White with #642461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642461; }

 p { color: rgb(100,36,97); }

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

background-color css

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

 a { background-color: rgb(100,36,97); }

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

border-color css

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

 span { border-color: rgb(100,36,97); }

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