Html Css Color HEX #603B5E Palatinate Purple

📋 copy color: '#603B5E'

red 96 ◦ green 59 ◦ blue 94

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

Shades of Palatinate Purple #603B5E

Tints of Palatinate Purple #603B5E

RGB

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

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

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

R = 38.55%
G = 23.69%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#603B5E (or 0x603B5E) is known color: Palatinate Purple. HEX triplet: 60, 3B and 5E. RGB value is (96,59,94). Sum of RGB (Red+Green+Blue) = 96+59+94=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #603B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B5E is #9FC4A1. Grayscale: #494949. Windows color (decimal): -10470562 or 6175584. OLE color: 6175584.

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

Color convert

RGB 96 59 94 -
CMYK 0 0.39 0.02 0.62
HSL 303.24º 0.24% 0.3% -
HSV(B) 303.24º 0.39% 0.38% -
XYZ 8.41 6.42 11.39 -
YUV 74.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 96 59 94 0 0.39 0.02 0.62 303.24 0.24 0.3
Hex 60 3B 5E 0 27 2 3E 12F 18 1E
Octal 140 73 136 0 47 2 76 457 30 36
Binary 1100000 111011 1011110 0 100111 10 111110 100101111 11000 11110

Color Harmonies of #603B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B5E

Black with #603B5E

Text Example


Text Example

White with #603B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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