Html Css Color HEX #60375F Palatinate Purple

📋 copy color: '#60375F'

red 96 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #60375F

Tints of Palatinate Purple #60375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 39.02%
G = 22.36%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60375F (or 0x60375F) is known color: Palatinate Purple. HEX triplet: 60, 37 and 5F. RGB value is (96,55,95). Sum of RGB (Red+Green+Blue) = 96+55+95=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375F is #9FC8A0. Grayscale: #474747. Windows color (decimal): -10471585 or 6240096. OLE color: 6240096.

HSL color Cylindrical-coordinate representation of color #60375F: hue angle of 301.46º 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 #60375F is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 95 -
CMYK 0 0.43 0.01 0.62
HSL 301.46º 0.27% 0.3% -
HSV(B) 301.46º 0.43% 0.38% -
XYZ 8.26 6.05 11.56 -
YUV 71.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 96 55 95 0 0.43 0.01 0.62 301.46 0.27 0.3
Hex 60 37 5F 0 2B 1 3E 12D 1B 1E
Octal 140 67 137 0 53 1 76 455 33 36
Binary 1100000 110111 1011111 0 101011 1 111110 100101101 11011 11110

Color Harmonies of #60375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60375F

Black with #60375F

Text Example


Text Example

White with #60375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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