Html Css Color HEX #60385B Palatinate Purple

📋 copy color: '#60385B'

red 96 ◦ green 56 ◦ blue 91

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

Shades of Palatinate Purple #60385B

Tints of Palatinate Purple #60385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.45%

R = 39.51%
G = 23.05%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60385B (or 0x60385B) is known color: Palatinate Purple. HEX triplet: 60, 38 and 5B. RGB value is (96,56,91). Sum of RGB (Red+Green+Blue) = 96+56+91=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385B is #9FC7A4. Grayscale: #474747. Windows color (decimal): -10471333 or 5978208. OLE color: 5978208.

HSL color Cylindrical-coordinate representation of color #60385B: hue angle of 307.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 #60385B is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 91 -
CMYK 0 0.42 0.05 0.62
HSL 307.5º 0.26% 0.3% -
HSV(B) 307.5º 0.42% 0.38% -
XYZ 8.13 6.07 10.64 -
YUV 71.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 96 56 91 0 0.42 0.05 0.62 307.5 0.26 0.3
Hex 60 38 5B 0 2A 5 3E 134 1A 1E
Octal 140 70 133 0 52 5 76 464 32 36
Binary 1100000 111000 1011011 0 101010 101 111110 100110100 11010 11110

Color Harmonies of #60385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60385B

Black with #60385B

Text Example


Text Example

White with #60385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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