Html Css Color HEX #600464 Palatinate Purple

📋 copy color: '#600464'

red 96 ◦ green 4 ◦ blue 100

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

Shades of Palatinate Purple #600464

Tints of Palatinate Purple #600464

RGB

 RED value IS 96 (37.89% from 255) = 48%

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

 BLUE value IS 100 (39.45% from 255) = 50%

R = 48%
G = 2%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600464 (or 0x600464) is known color: Palatinate Purple. HEX triplet: 60, 04 and 64. RGB value is (96,4,100). Sum of RGB (Red+Green+Blue) = 96+4+100=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #600464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600464 is #9FFB9B. Grayscale: #2A2A2A. Windows color (decimal): -10484636 or 6554720. OLE color: 6554720.

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

Color convert

RGB 96 4 100 -
CMYK 0.04 0.96 0 0.61
HSL 297.5º 0.92% 0.2% -
HSV(B) 297.5º 0.96% 0.39% -
XYZ 7.17 3.49 12.35 -
YUV 42.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 96 4 100 0.04 0.96 0 0.61 297.5 0.92 0.2
Hex 60 4 64 4 60 0 3D 12A 5C 14
Octal 140 4 144 4 140 0 75 452 134 24
Binary 1100000 100 1100100 100 1100000 0 111101 100101010 1011100 10100

Color Harmonies of #600464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600464

Black with #600464

Text Example


Text Example

White with #600464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600464; }

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

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

background-color css

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

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

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

border-color css

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

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

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