Html Css Color HEX #60385E Palatinate Purple

📋 copy color: '#60385E'

red 96 ◦ green 56 ◦ blue 94

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

Shades of Palatinate Purple #60385E

Tints of Palatinate Purple #60385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 39.02%
G = 22.76%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60385E (or 0x60385E) is known color: Palatinate Purple. HEX triplet: 60, 38 and 5E. RGB value is (96,56,94). Sum of RGB (Red+Green+Blue) = 96+56+94=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385E is #9FC7A1. Grayscale: #484848. Windows color (decimal): -10471330 or 6174816. OLE color: 6174816.

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

Color convert

RGB 96 56 94 -
CMYK 0 0.42 0.02 0.62
HSL 303º 0.26% 0.3% -
HSV(B) 303º 0.42% 0.38% -
XYZ 8.26 6.12 11.34 -
YUV 72.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 96 56 94 0 0.42 0.02 0.62 303 0.26 0.3
Hex 60 38 5E 0 2A 2 3E 12F 1A 1E
Octal 140 70 136 0 52 2 76 457 32 36
Binary 1100000 111000 1011110 0 101010 10 111110 100101111 11010 11110

Color Harmonies of #60385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60385E

Black with #60385E

Text Example


Text Example

White with #60385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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