Html Css Color HEX #60385A Palatinate Purple

📋 copy color: '#60385A'

red 96 ◦ green 56 ◦ blue 90

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

Shades of Palatinate Purple #60385A

Tints of Palatinate Purple #60385A

RGB

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

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

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

R = 39.67%
G = 23.14%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60385A (or 0x60385A) is known color: Palatinate Purple. HEX triplet: 60, 38 and 5A. RGB value is (96,56,90). Sum of RGB (Red+Green+Blue) = 96+56+90=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60385A is #9FC7A5. Grayscale: #474747. Windows color (decimal): -10471334 or 5912672. OLE color: 5912672.

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

Color convert

RGB 96 56 90 -
CMYK 0 0.42 0.06 0.62
HSL 309º 0.26% 0.3% -
HSV(B) 309º 0.42% 0.38% -
XYZ 8.08 6.05 10.42 -
YUV 71.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 96 56 90 0 0.42 0.06 0.62 309 0.26 0.3
Hex 60 38 5A 0 2A 6 3E 135 1A 1E
Octal 140 70 132 0 52 6 76 465 32 36
Binary 1100000 111000 1011010 0 101010 110 111110 100110101 11010 11110

Color Harmonies of #60385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60385A

Black with #60385A

Text Example


Text Example

White with #60385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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