Html Css Color HEX #603D5D Palatinate Purple

📋 copy color: '#603D5D'

red 96 ◦ green 61 ◦ blue 93

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

Shades of Palatinate Purple #603D5D

Tints of Palatinate Purple #603D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

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

R = 38.4%
G = 24.4%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#603D5D (or 0x603D5D) is known color: Palatinate Purple. HEX triplet: 60, 3D and 5D. RGB value is (96,61,93). Sum of RGB (Red+Green+Blue) = 96+61+93=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #603D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D5D is #9FC2A2. Grayscale: #4B4B4B. Windows color (decimal): -10470051 or 6110560. OLE color: 6110560.

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

Color convert

RGB 96 61 93 -
CMYK 0 0.36 0.03 0.62
HSL 305.14º 0.22% 0.31% -
HSV(B) 305.14º 0.36% 0.38% -
XYZ 8.47 6.61 11.19 -
YUV 75.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 96 61 93 0 0.36 0.03 0.62 305.14 0.22 0.31
Hex 60 3D 5D 0 24 3 3E 131 16 1F
Octal 140 75 135 0 44 3 76 461 26 37
Binary 1100000 111101 1011101 0 100100 11 111110 100110001 10110 11111

Color Harmonies of #603D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D5D

Black with #603D5D

Text Example


Text Example

White with #603D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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