Html Css Color HEX #60365F Palatinate Purple

📋 copy color: '#60365F'

red 96 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #60365F

Tints of Palatinate Purple #60365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 39.18%
G = 22.04%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60365F (or 0x60365F) is known color: Palatinate Purple. HEX triplet: 60, 36 and 5F. RGB value is (96,54,95). Sum of RGB (Red+Green+Blue) = 96+54+95=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365F is #9FC9A0. Grayscale: #474747. Windows color (decimal): -10471841 or 6239840. OLE color: 6239840.

HSL color Cylindrical-coordinate representation of color #60365F: hue angle of 301.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60365F is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 95 -
CMYK 0 0.44 0.01 0.62
HSL 301.43º 0.28% 0.29% -
HSV(B) 301.43º 0.44% 0.38% -
XYZ 8.21 5.95 11.54 -
YUV 71.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 96 54 95 0 0.44 0.01 0.62 301.43 0.28 0.29
Hex 60 36 5F 0 2C 1 3E 12D 1C 1D
Octal 140 66 137 0 54 1 76 455 34 35
Binary 1100000 110110 1011111 0 101100 1 111110 100101101 11100 11101

Color Harmonies of #60365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60365F

Black with #60365F

Text Example


Text Example

White with #60365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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