Html Css Color HEX #60195F Palatinate Purple

📋 copy color: '#60195F'

red 96 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #60195F

Tints of Palatinate Purple #60195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 44.44%
G = 11.57%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60195F (or 0x60195F) is known color: Palatinate Purple. HEX triplet: 60, 19 and 5F. RGB value is (96,25,95). Sum of RGB (Red+Green+Blue) = 96+25+95=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #60195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60195F is #9FE6A0. Grayscale: #363636. Windows color (decimal): -10479265 or 6232416. OLE color: 6232416.

HSL color Cylindrical-coordinate representation of color #60195F: hue angle of 300.85º 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 #60195F is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 95 -
CMYK 0 0.74 0.01 0.62
HSL 300.85º 0.59% 0.24% -
HSV(B) 300.85º 0.74% 0.38% -
XYZ 7.24 4.01 11.22 -
YUV 54.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 96 25 95 0 0.74 0.01 0.62 300.85 0.59 0.24
Hex 60 19 5F 0 4A 1 3E 12D 3B 18
Octal 140 31 137 0 112 1 76 455 73 30
Binary 1100000 11001 1011111 0 1001010 1 111110 100101101 111011 11000

Color Harmonies of #60195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60195F

Black with #60195F

Text Example


Text Example

White with #60195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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