Html Css Color HEX #603153 Palatinate Purple

📋 copy color: '#603153'

red 96 ◦ green 49 ◦ blue 83

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

Shades of Palatinate Purple #603153

Tints of Palatinate Purple #603153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 83 (32.81% from 255) = 36.4%

R = 42.11%
G = 21.49%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#603153 (or 0x603153) is known color: Palatinate Purple. HEX triplet: 60, 31 and 53. RGB value is (96,49,83). Sum of RGB (Red+Green+Blue) = 96+49+83=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603153 is #9FCEAC. Grayscale: #424242. Windows color (decimal): -10473133 or 5452128. OLE color: 5452128.

HSL color Cylindrical-coordinate representation of color #603153: hue angle of 316.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603153 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 83 -
CMYK 0 0.49 0.14 0.62
HSL 316.6º 0.32% 0.28% -
HSV(B) 316.6º 0.49% 0.38% -
XYZ 7.48 5.31 8.81 -
YUV 66.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 96 49 83 0 0.49 0.14 0.62 316.6 0.32 0.28
Hex 60 31 53 0 31 E 3E 13D 20 1C
Octal 140 61 123 0 61 16 76 475 40 34
Binary 1100000 110001 1010011 0 110001 1110 111110 100111101 100000 11100

Color Harmonies of #603153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603153

Black with #603153

Text Example


Text Example

White with #603153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603153; }

 p { color: rgb(96,49,83); }

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

background-color css

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

 a { background-color: rgb(96,49,83); }

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

border-color css

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

 span { border-color: rgb(96,49,83); }

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