Html Css Color HEX #603B5B Palatinate Purple

📋 copy color: '#603B5B'

red 96 ◦ green 59 ◦ blue 91

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

Shades of Palatinate Purple #603B5B

Tints of Palatinate Purple #603B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 39.02%
G = 23.98%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#603B5B (or 0x603B5B) is known color: Palatinate Purple. HEX triplet: 60, 3B and 5B. RGB value is (96,59,91). Sum of RGB (Red+Green+Blue) = 96+59+91=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B5B is #9FC4A4. Grayscale: #494949. Windows color (decimal): -10470565 or 5978976. OLE color: 5978976.

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

Color convert

RGB 96 59 91 -
CMYK 0 0.39 0.05 0.62
HSL 308.11º 0.24% 0.3% -
HSV(B) 308.11º 0.39% 0.38% -
XYZ 8.28 6.37 10.69 -
YUV 73.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 96 59 91 0 0.39 0.05 0.62 308.11 0.24 0.3
Hex 60 3B 5B 0 27 5 3E 134 18 1E
Octal 140 73 133 0 47 5 76 464 30 36
Binary 1100000 111011 1011011 0 100111 101 111110 100110100 11000 11110

Color Harmonies of #603B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B5B

Black with #603B5B

Text Example


Text Example

White with #603B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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