Html Css Color HEX #640462 Palatinate Purple

📋 copy color: '#640462'

red 100 ◦ green 4 ◦ blue 98

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

Shades of Palatinate Purple #640462

Tints of Palatinate Purple #640462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 49.5%
G = 1.98%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#640462 (or 0x640462) is known color: Palatinate Purple. HEX triplet: 64, 04 and 62. RGB value is (100,4,98). Sum of RGB (Red+Green+Blue) = 100+4+98=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #640462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640462 is #9BFB9D. Grayscale: #2B2B2B. Windows color (decimal): -10222494 or 6423652. OLE color: 6423652.

HSL color Cylindrical-coordinate representation of color #640462: hue angle of 301.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640462 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 98 -
CMYK 0 0.96 0.02 0.61
HSL 301.25º 0.92% 0.2% -
HSV(B) 301.25º 0.96% 0.39% -
XYZ 7.5 3.68 11.87 -
YUV 43.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 100 4 98 0 0.96 0.02 0.61 301.25 0.92 0.2
Hex 64 4 62 0 60 2 3D 12D 5C 14
Octal 144 4 142 0 140 2 75 455 134 24
Binary 1100100 100 1100010 0 1100000 10 111101 100101101 1011100 10100

Color Harmonies of #640462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640462

Black with #640462

Text Example


Text Example

White with #640462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640462; }

 p { color: rgb(100,4,98); }

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

background-color css

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

 a { background-color: rgb(100,4,98); }

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

border-color css

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

 span { border-color: rgb(100,4,98); }

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