Html Css Color HEX #60395A Palatinate Purple

📋 copy color: '#60395A'

red 96 ◦ green 57 ◦ blue 90

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

Shades of Palatinate Purple #60395A

Tints of Palatinate Purple #60395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.04%

R = 39.51%
G = 23.46%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60395A (or 0x60395A) is known color: Palatinate Purple. HEX triplet: 60, 39 and 5A. RGB value is (96,57,90). Sum of RGB (Red+Green+Blue) = 96+57+90=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395A is #9FC6A5. Grayscale: #484848. Windows color (decimal): -10471078 or 5912928. OLE color: 5912928.

HSL color Cylindrical-coordinate representation of color #60395A: hue angle of 309.23º 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 #60395A is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 90 -
CMYK 0 0.41 0.06 0.62
HSL 309.23º 0.25% 0.3% -
HSV(B) 309.23º 0.41% 0.38% -
XYZ 8.13 6.15 10.43 -
YUV 72.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 96 57 90 0 0.41 0.06 0.62 309.23 0.25 0.3
Hex 60 39 5A 0 29 6 3E 135 19 1E
Octal 140 71 132 0 51 6 76 465 31 36
Binary 1100000 111001 1011010 0 101001 110 111110 100110101 11001 11110

Color Harmonies of #60395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60395A

Black with #60395A

Text Example


Text Example

White with #60395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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