Html Css Color HEX #603255 Palatinate Purple

📋 copy color: '#603255'

red 96 ◦ green 50 ◦ blue 85

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

Shades of Palatinate Purple #603255

Tints of Palatinate Purple #603255

RGB

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

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

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

R = 41.56%
G = 21.65%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#603255 (or 0x603255) is known color: Palatinate Purple. HEX triplet: 60, 32 and 55. RGB value is (96,50,85). Sum of RGB (Red+Green+Blue) = 96+50+85=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603255 is #9FCDAA. Grayscale: #434343. Windows color (decimal): -10472875 or 5583456. OLE color: 5583456.

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

Color convert

RGB 96 50 85 -
CMYK 0 0.48 0.11 0.62
HSL 314.35º 0.32% 0.29% -
HSV(B) 314.35º 0.48% 0.38% -
XYZ 7.6 5.42 9.24 -
YUV 67.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 96 50 85 0 0.48 0.11 0.62 314.35 0.32 0.29
Hex 60 32 55 0 30 B 3E 13A 20 1D
Octal 140 62 125 0 60 13 76 472 40 35
Binary 1100000 110010 1010101 0 110000 1011 111110 100111010 100000 11101

Color Harmonies of #603255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603255

Black with #603255

Text Example


Text Example

White with #603255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603255; }

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

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

background-color css

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

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

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

border-color css

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

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

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