Html Css Color HEX #603B5D Palatinate Purple

📋 copy color: '#603B5D'

red 96 ◦ green 59 ◦ blue 93

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

Shades of Palatinate Purple #603B5D

Tints of Palatinate Purple #603B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 38.71%
G = 23.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#603B5D (or 0x603B5D) is known color: Palatinate Purple. HEX triplet: 60, 3B and 5D. RGB value is (96,59,93). Sum of RGB (Red+Green+Blue) = 96+59+93=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B5D is #9FC4A2. Grayscale: #494949. Windows color (decimal): -10470563 or 6110048. OLE color: 6110048.

HSL color Cylindrical-coordinate representation of color #603B5D: hue angle of 304.86º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B5D is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 93 -
CMYK 0 0.39 0.03 0.62
HSL 304.86º 0.24% 0.3% -
HSV(B) 304.86º 0.39% 0.38% -
XYZ 8.36 6.41 11.15 -
YUV 73.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 96 59 93 0 0.39 0.03 0.62 304.86 0.24 0.3
Hex 60 3B 5D 0 27 3 3E 131 18 1E
Octal 140 73 135 0 47 3 76 461 30 36
Binary 1100000 111011 1011101 0 100111 11 111110 100110001 11000 11110

Color Harmonies of #603B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B5D

Black with #603B5D

Text Example


Text Example

White with #603B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,59,93); }

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

background-color css

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

 a { background-color: rgb(96,59,93); }

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

border-color css

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

 span { border-color: rgb(96,59,93); }

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