Html Css Color HEX #603B5C Palatinate Purple

📋 copy color: '#603B5C'

red 96 ◦ green 59 ◦ blue 92

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

Shades of Palatinate Purple #603B5C

Tints of Palatinate Purple #603B5C

RGB

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

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

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

R = 38.87%
G = 23.89%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#603B5C (or 0x603B5C) is known color: Palatinate Purple. HEX triplet: 60, 3B and 5C. RGB value is (96,59,92). Sum of RGB (Red+Green+Blue) = 96+59+92=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #603B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B5C is #9FC4A3. Grayscale: #494949. Windows color (decimal): -10470564 or 6044512. OLE color: 6044512.

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

Color convert

RGB 96 59 92 -
CMYK 0 0.39 0.04 0.62
HSL 306.49º 0.24% 0.3% -
HSV(B) 306.49º 0.39% 0.38% -
XYZ 8.32 6.39 10.92 -
YUV 73.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 96 59 92 0 0.39 0.04 0.62 306.49 0.24 0.3
Hex 60 3B 5C 0 27 4 3E 132 18 1E
Octal 140 73 134 0 47 4 76 462 30 36
Binary 1100000 111011 1011100 0 100111 100 111110 100110010 11000 11110

Color Harmonies of #603B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B5C

Black with #603B5C

Text Example


Text Example

White with #603B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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