Html Css Color HEX #600A5A Palatinate Purple

📋 copy color: '#600A5A'

red 96 ◦ green 10 ◦ blue 90

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

Shades of Palatinate Purple #600A5A

Tints of Palatinate Purple #600A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 48.98%
G = 5.1%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#600A5A (or 0x600A5A) is known color: Palatinate Purple. HEX triplet: 60, 0A and 5A. RGB value is (96,10,90). Sum of RGB (Red+Green+Blue) = 96+10+90=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #600A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A5A is #9FF5A5. Grayscale: #2C2C2C. Windows color (decimal): -10483110 or 5900896. OLE color: 5900896.

HSL color Cylindrical-coordinate representation of color #600A5A: hue angle of 304.19º 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 #600A5A is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 90 -
CMYK 0 0.90 0.06 0.62
HSL 304.19º 0.81% 0.21% -
HSV(B) 304.19º 0.9% 0.38% -
XYZ 6.78 3.44 9.98 -
YUV 44.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 96 10 90 0 0.90 0.06 0.62 304.19 0.81 0.21
Hex 60 A 5A 0 5A 6 3E 130 51 15
Octal 140 12 132 0 132 6 76 460 121 25
Binary 1100000 1010 1011010 0 1011010 110 111110 100110000 1010001 10101

Color Harmonies of #600A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A5A

Black with #600A5A

Text Example


Text Example

White with #600A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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