Html Css Color HEX #603A5A Palatinate Purple

📋 copy color: '#603A5A'

red 96 ◦ green 58 ◦ blue 90

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

Shades of Palatinate Purple #603A5A

Tints of Palatinate Purple #603A5A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

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

R = 39.34%
G = 23.77%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#603A5A (or 0x603A5A) is known color: Palatinate Purple. HEX triplet: 60, 3A and 5A. RGB value is (96,58,90). Sum of RGB (Red+Green+Blue) = 96+58+90=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5A is #9FC5A5. Grayscale: #484848. Windows color (decimal): -10470822 or 5913184. OLE color: 5913184.

HSL color Cylindrical-coordinate representation of color #603A5A: hue angle of 309.47º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A5A is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 90 -
CMYK 0 0.40 0.06 0.62
HSL 309.47º 0.25% 0.3% -
HSV(B) 309.47º 0.4% 0.38% -
XYZ 8.18 6.25 10.45 -
YUV 73.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 96 58 90 0 0.40 0.06 0.62 309.47 0.25 0.3
Hex 60 3A 5A 0 28 6 3E 135 19 1E
Octal 140 72 132 0 50 6 76 465 31 36
Binary 1100000 111010 1011010 0 101000 110 111110 100110101 11001 11110

Color Harmonies of #603A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A5A

Black with #603A5A

Text Example


Text Example

White with #603A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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