Html Css Color HEX #603A5E Palatinate Purple

📋 copy color: '#603A5E'

red 96 ◦ green 58 ◦ blue 94

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

Shades of Palatinate Purple #603A5E

Tints of Palatinate Purple #603A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 38.71%
G = 23.39%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#603A5E (or 0x603A5E) is known color: Palatinate Purple. HEX triplet: 60, 3A and 5E. RGB value is (96,58,94). Sum of RGB (Red+Green+Blue) = 96+58+94=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5E is #9FC5A1. Grayscale: #494949. Windows color (decimal): -10470818 or 6175328. OLE color: 6175328.

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

Color convert

RGB 96 58 94 -
CMYK 0 0.40 0.02 0.62
HSL 303.16º 0.25% 0.3% -
HSV(B) 303.16º 0.4% 0.38% -
XYZ 8.36 6.32 11.37 -
YUV 73.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 96 58 94 0 0.40 0.02 0.62 303.16 0.25 0.3
Hex 60 3A 5E 0 28 2 3E 12F 19 1E
Octal 140 72 136 0 50 2 76 457 31 36
Binary 1100000 111010 1011110 0 101000 10 111110 100101111 11001 11110

Color Harmonies of #603A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A5E

Black with #603A5E

Text Example


Text Example

White with #603A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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