Html Css Color HEX #600A57 Palatinate Purple

📋 copy color: '#600A57'

red 96 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #600A57

Tints of Palatinate Purple #600A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.18%

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 49.74%
G = 5.18%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#600A57 (or 0x600A57) is known color: Palatinate Purple. HEX triplet: 60, 0A and 57. RGB value is (96,10,87). Sum of RGB (Red+Green+Blue) = 96+10+87=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #600A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A57 is #9FF5A8. Grayscale: #2C2C2C. Windows color (decimal): -10483113 or 5704288. OLE color: 5704288.

HSL color Cylindrical-coordinate representation of color #600A57: hue angle of 306.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600A57 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 87 -
CMYK 0 0.90 0.09 0.62
HSL 306.28º 0.81% 0.21% -
HSV(B) 306.28º 0.9% 0.38% -
XYZ 6.65 3.39 9.32 -
YUV 44.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 96 10 87 0 0.90 0.09 0.62 306.28 0.81 0.21
Hex 60 A 57 0 5A 9 3E 132 51 15
Octal 140 12 127 0 132 11 76 462 121 25
Binary 1100000 1010 1010111 0 1011010 1001 111110 100110010 1010001 10101

Color Harmonies of #600A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A57

Black with #600A57

Text Example


Text Example

White with #600A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A57; }

 p { color: rgb(96,10,87); }

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

background-color css

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

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

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

border-color css

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

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

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