Html Css Color HEX #603254 Palatinate Purple

📋 copy color: '#603254'

red 96 ◦ green 50 ◦ blue 84

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

Shades of Palatinate Purple #603254

Tints of Palatinate Purple #603254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 41.74%
G = 21.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#603254 (or 0x603254) is known color: Palatinate Purple. HEX triplet: 60, 32 and 54. RGB value is (96,50,84). Sum of RGB (Red+Green+Blue) = 96+50+84=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603254 is #9FCDAB. Grayscale: #434343. Windows color (decimal): -10472876 or 5517920. OLE color: 5517920.

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

Color convert

RGB 96 50 84 -
CMYK 0 0.48 0.12 0.62
HSL 315.65º 0.32% 0.29% -
HSV(B) 315.65º 0.48% 0.38% -
XYZ 7.56 5.41 9.03 -
YUV 67.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 96 50 84 0 0.48 0.12 0.62 315.65 0.32 0.29
Hex 60 32 54 0 30 C 3E 13C 20 1D
Octal 140 62 124 0 60 14 76 474 40 35
Binary 1100000 110010 1010100 0 110000 1100 111110 100111100 100000 11101

Color Harmonies of #603254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603254

Black with #603254

Text Example


Text Example

White with #603254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603254; }

 p { color: rgb(96,50,84); }

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

background-color css

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

 a { background-color: rgb(96,50,84); }

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

border-color css

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

 span { border-color: rgb(96,50,84); }

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