Html Css Color HEX #60194F Palatinate Purple

📋 copy color: '#60194F'

red 96 ◦ green 25 ◦ blue 79

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

Shades of Palatinate Purple #60194F

Tints of Palatinate Purple #60194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 48%
G = 12.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60194F (or 0x60194F) is known color: Palatinate Purple. HEX triplet: 60, 19 and 4F. RGB value is (96,25,79). Sum of RGB (Red+Green+Blue) = 96+25+79=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #60194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60194F is #9FE6B0. Grayscale: #343434. Windows color (decimal): -10479281 or 5183840. OLE color: 5183840.

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

Color convert

RGB 96 25 79 -
CMYK 0 0.74 0.18 0.62
HSL 314.37º 0.59% 0.24% -
HSV(B) 314.37º 0.74% 0.38% -
XYZ 6.58 3.75 7.77 -
YUV 52.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 96 25 79 0 0.74 0.18 0.62 314.37 0.59 0.24
Hex 60 19 4F 0 4A 12 3E 13A 3B 18
Octal 140 31 117 0 112 22 76 472 73 30
Binary 1100000 11001 1001111 0 1001010 10010 111110 100111010 111011 11000

Color Harmonies of #60194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60194F

Black with #60194F

Text Example


Text Example

White with #60194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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