Html Css Color HEX #603152 Palatinate Purple

📋 copy color: '#603152'

red 96 ◦ green 49 ◦ blue 82

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

Shades of Palatinate Purple #603152

Tints of Palatinate Purple #603152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 42.29%
G = 21.59%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#603152 (or 0x603152) is known color: Palatinate Purple. HEX triplet: 60, 31 and 52. RGB value is (96,49,82). Sum of RGB (Red+Green+Blue) = 96+49+82=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #603152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603152 is #9FCEAD. Grayscale: #424242. Windows color (decimal): -10473134 or 5386592. OLE color: 5386592.

HSL color Cylindrical-coordinate representation of color #603152: hue angle of 317.87º 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 #603152 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 82 -
CMYK 0 0.49 0.15 0.62
HSL 317.87º 0.32% 0.28% -
HSV(B) 317.87º 0.49% 0.38% -
XYZ 7.45 5.29 8.61 -
YUV 66.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 96 49 82 0 0.49 0.15 0.62 317.87 0.32 0.28
Hex 60 31 52 0 31 F 3E 13E 20 1C
Octal 140 61 122 0 61 17 76 476 40 34
Binary 1100000 110001 1010010 0 110001 1111 111110 100111110 100000 11100

Color Harmonies of #603152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603152

Black with #603152

Text Example


Text Example

White with #603152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603152; }

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

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

background-color css

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

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

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

border-color css

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

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

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