Html Css Color HEX #603A5C Palatinate Purple

📋 copy color: '#603A5C'

red 96 ◦ green 58 ◦ blue 92

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

Shades of Palatinate Purple #603A5C

Tints of Palatinate Purple #603A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 39.02%
G = 23.58%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#603A5C (or 0x603A5C) is known color: Palatinate Purple. HEX triplet: 60, 3A and 5C. RGB value is (96,58,92). Sum of RGB (Red+Green+Blue) = 96+58+92=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5C is #9FC5A3. Grayscale: #494949. Windows color (decimal): -10470820 or 6044256. OLE color: 6044256.

HSL color Cylindrical-coordinate representation of color #603A5C: hue angle of 306.32º 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 #603A5C is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 92 -
CMYK 0 0.40 0.04 0.62
HSL 306.32º 0.25% 0.3% -
HSV(B) 306.32º 0.4% 0.38% -
XYZ 8.27 6.29 10.9 -
YUV 73.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 96 58 92 0 0.40 0.04 0.62 306.32 0.25 0.3
Hex 60 3A 5C 0 28 4 3E 132 19 1E
Octal 140 72 134 0 50 4 76 462 31 36
Binary 1100000 111010 1011100 0 101000 100 111110 100110010 11001 11110

Color Harmonies of #603A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A5C

Black with #603A5C

Text Example


Text Example

White with #603A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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