Html Css Color HEX #600460 Palatinate Purple

📋 copy color: '#600460'

red 96 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #600460

Tints of Palatinate Purple #600460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 48.98%
G = 2.04%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600460 (or 0x600460) is known color: Palatinate Purple. HEX triplet: 60, 04 and 60. RGB value is (96,4,96). Sum of RGB (Red+Green+Blue) = 96+4+96=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600460 is #9FFB9F. Grayscale: #292929. Windows color (decimal): -10484640 or 6292576. OLE color: 6292576.

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

Color convert

RGB 96 4 96 -
CMYK 0 0.96 0 0.62
HSL 300º 0.92% 0.2% -
HSV(B) 300º 0.96% 0.38% -
XYZ 6.98 3.42 11.36 -
YUV 42 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 96 4 96 0 0.96 0 0.62 300 0.92 0.2
Hex 60 4 60 0 60 0 3E 12C 5C 14
Octal 140 4 140 0 140 0 76 454 134 24
Binary 1100000 100 1100000 0 1100000 0 111110 100101100 1011100 10100

Color Harmonies of #600460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600460

Black with #600460

Text Example


Text Example

White with #600460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600460; }

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

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

background-color css

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

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

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

border-color css

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

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

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