Html Css Color HEX #60385D Palatinate Purple

📋 copy color: '#60385D'

red 96 ◦ green 56 ◦ blue 93

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

Shades of Palatinate Purple #60385D

Tints of Palatinate Purple #60385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 39.18%
G = 22.86%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60385D (or 0x60385D) is known color: Palatinate Purple. HEX triplet: 60, 38 and 5D. RGB value is (96,56,93). Sum of RGB (Red+Green+Blue) = 96+56+93=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385D is #9FC7A2. Grayscale: #484848. Windows color (decimal): -10471331 or 6109280. OLE color: 6109280.

HSL color Cylindrical-coordinate representation of color #60385D: hue angle of 304.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60385D is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 93 -
CMYK 0 0.42 0.03 0.62
HSL 304.5º 0.26% 0.3% -
HSV(B) 304.5º 0.42% 0.38% -
XYZ 8.21 6.11 11.1 -
YUV 72.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 96 56 93 0 0.42 0.03 0.62 304.5 0.26 0.3
Hex 60 38 5D 0 2A 3 3E 130 1A 1E
Octal 140 70 135 0 52 3 76 460 32 36
Binary 1100000 111000 1011101 0 101010 11 111110 100110000 11010 11110

Color Harmonies of #60385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60385D

Black with #60385D

Text Example


Text Example

White with #60385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60385D; }

 p { color: rgb(96,56,93); }

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

background-color css

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

 a { background-color: rgb(96,56,93); }

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

border-color css

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

 span { border-color: rgb(96,56,93); }

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