Html Css Color HEX #603A5B Palatinate Purple

📋 copy color: '#603A5B'

red 96 ◦ green 58 ◦ blue 91

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

Shades of Palatinate Purple #603A5B

Tints of Palatinate Purple #603A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 39.18%
G = 23.67%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#603A5B (or 0x603A5B) is known color: Palatinate Purple. HEX triplet: 60, 3A and 5B. RGB value is (96,58,91). Sum of RGB (Red+Green+Blue) = 96+58+91=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5B is #9FC5A4. Grayscale: #494949. Windows color (decimal): -10470821 or 5978720. OLE color: 5978720.

HSL color Cylindrical-coordinate representation of color #603A5B: hue angle of 307.89º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A5B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 91 -
CMYK 0 0.40 0.05 0.62
HSL 307.89º 0.25% 0.3% -
HSV(B) 307.89º 0.4% 0.38% -
XYZ 8.23 6.27 10.67 -
YUV 73.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 96 58 91 0 0.40 0.05 0.62 307.89 0.25 0.3
Hex 60 3A 5B 0 28 5 3E 134 19 1E
Octal 140 72 133 0 50 5 76 464 31 36
Binary 1100000 111010 1011011 0 101000 101 111110 100110100 11001 11110

Color Harmonies of #603A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A5B

Black with #603A5B

Text Example


Text Example

White with #603A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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