Html Css Color HEX #60195E Palatinate Purple

📋 copy color: '#60195E'

red 96 ◦ green 25 ◦ blue 94

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

Shades of Palatinate Purple #60195E

Tints of Palatinate Purple #60195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

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

R = 44.65%
G = 11.63%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60195E (or 0x60195E) is known color: Palatinate Purple. HEX triplet: 60, 19 and 5E. RGB value is (96,25,94). Sum of RGB (Red+Green+Blue) = 96+25+94=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195E is #9FE6A1. Grayscale: #353535. Windows color (decimal): -10479266 or 6166880. OLE color: 6166880.

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

Color convert

RGB 96 25 94 -
CMYK 0 0.74 0.02 0.62
HSL 301.69º 0.59% 0.24% -
HSV(B) 301.69º 0.74% 0.38% -
XYZ 7.19 3.99 10.98 -
YUV 54.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 96 25 94 0 0.74 0.02 0.62 301.69 0.59 0.24
Hex 60 19 5E 0 4A 2 3E 12E 3B 18
Octal 140 31 136 0 112 2 76 456 73 30
Binary 1100000 11001 1011110 0 1001010 10 111110 100101110 111011 11000

Color Harmonies of #60195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60195E

Black with #60195E

Text Example


Text Example

White with #60195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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