Html Css Color HEX #60395E Palatinate Purple

📋 copy color: '#60395E'

red 96 ◦ green 57 ◦ blue 94

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

Shades of Palatinate Purple #60395E

Tints of Palatinate Purple #60395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 38.87%
G = 23.08%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60395E (or 0x60395E) is known color: Palatinate Purple. HEX triplet: 60, 39 and 5E. RGB value is (96,57,94). Sum of RGB (Red+Green+Blue) = 96+57+94=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #60395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395E is #9FC6A1. Grayscale: #484848. Windows color (decimal): -10471074 or 6175072. OLE color: 6175072.

HSL color Cylindrical-coordinate representation of color #60395E: hue angle of 303.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60395E is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 94 -
CMYK 0 0.41 0.02 0.62
HSL 303.08º 0.25% 0.3% -
HSV(B) 303.08º 0.41% 0.38% -
XYZ 8.31 6.22 11.35 -
YUV 72.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 96 57 94 0 0.41 0.02 0.62 303.08 0.25 0.3
Hex 60 39 5E 0 29 2 3E 12F 19 1E
Octal 140 71 136 0 51 2 76 457 31 36
Binary 1100000 111001 1011110 0 101001 10 111110 100101111 11001 11110

Color Harmonies of #60395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60395E

Black with #60395E

Text Example


Text Example

White with #60395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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