Html Css Color HEX #60154F Palatinate Purple

📋 copy color: '#60154F'

red 96 ◦ green 21 ◦ blue 79

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

Shades of Palatinate Purple #60154F

Tints of Palatinate Purple #60154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 48.98%
G = 10.71%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60154F (or 0x60154F) is known color: Palatinate Purple. HEX triplet: 60, 15 and 4F. RGB value is (96,21,79). Sum of RGB (Red+Green+Blue) = 96+21+79=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60154F is #9FEAB0. Grayscale: #313131. Windows color (decimal): -10480305 or 5182816. OLE color: 5182816.

HSL color Cylindrical-coordinate representation of color #60154F: hue angle of 313.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60154F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 79 -
CMYK 0 0.78 0.18 0.62
HSL 313.6º 0.64% 0.23% -
HSV(B) 313.6º 0.78% 0.38% -
XYZ 6.5 3.59 7.75 -
YUV 50.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 96 21 79 0 0.78 0.18 0.62 313.6 0.64 0.23
Hex 60 15 4F 0 4E 12 3E 13A 40 17
Octal 140 25 117 0 116 22 76 472 100 27
Binary 1100000 10101 1001111 0 1001110 10010 111110 100111010 1000000 10111

Color Harmonies of #60154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60154F

Black with #60154F

Text Example


Text Example

White with #60154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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