Html Css Color HEX #603055 Palatinate Purple

📋 copy color: '#603055'

red 96 ◦ green 48 ◦ blue 85

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

Shades of Palatinate Purple #603055

Tints of Palatinate Purple #603055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 41.92%
G = 20.96%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#603055 (or 0x603055) is known color: Palatinate Purple. HEX triplet: 60, 30 and 55. RGB value is (96,48,85). Sum of RGB (Red+Green+Blue) = 96+48+85=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603055 is #9FCFAA. Grayscale: #424242. Windows color (decimal): -10473387 or 5582944. OLE color: 5582944.

HSL color Cylindrical-coordinate representation of color #603055: hue angle of 313.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603055 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 85 -
CMYK 0 0.50 0.11 0.62
HSL 313.75º 0.33% 0.28% -
HSV(B) 313.75º 0.5% 0.38% -
XYZ 7.52 5.26 9.21 -
YUV 66.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 96 48 85 0 0.50 0.11 0.62 313.75 0.33 0.28
Hex 60 30 55 0 32 B 3E 13A 21 1C
Octal 140 60 125 0 62 13 76 472 41 34
Binary 1100000 110000 1010101 0 110010 1011 111110 100111010 100001 11100

Color Harmonies of #603055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603055

Black with #603055

Text Example


Text Example

White with #603055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603055; }

 p { color: rgb(96,48,85); }

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

background-color css

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

 a { background-color: rgb(96,48,85); }

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

border-color css

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

 span { border-color: rgb(96,48,85); }

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