Html Css Color HEX #603758 Palatinate Purple

📋 copy color: '#603758'

red 96 ◦ green 55 ◦ blue 88

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

Shades of Palatinate Purple #603758

Tints of Palatinate Purple #603758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 88 (34.77% from 255) = 36.82%

R = 40.17%
G = 23.01%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#603758 (or 0x603758) is known color: Palatinate Purple. HEX triplet: 60, 37 and 58. RGB value is (96,55,88). Sum of RGB (Red+Green+Blue) = 96+55+88=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #603758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603758 is #9FC8A7. Grayscale: #464646. Windows color (decimal): -10471592 or 5781344. OLE color: 5781344.

HSL color Cylindrical-coordinate representation of color #603758: hue angle of 311.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603758 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 88 -
CMYK 0 0.43 0.08 0.62
HSL 311.71º 0.27% 0.3% -
HSV(B) 311.71º 0.43% 0.38% -
XYZ 7.95 5.92 9.96 -
YUV 71.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 96 55 88 0 0.43 0.08 0.62 311.71 0.27 0.3
Hex 60 37 58 0 2B 8 3E 138 1B 1E
Octal 140 67 130 0 53 10 76 470 33 36
Binary 1100000 110111 1011000 0 101011 1000 111110 100111000 11011 11110

Color Harmonies of #603758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603758

Black with #603758

Text Example


Text Example

White with #603758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603758; }

 p { color: rgb(96,55,88); }

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

background-color css

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

 a { background-color: rgb(96,55,88); }

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

border-color css

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

 span { border-color: rgb(96,55,88); }

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