Html Css Color HEX #60125F Palatinate Purple

📋 copy color: '#60125F'

red 96 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #60125F

Tints of Palatinate Purple #60125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 45.93%
G = 8.61%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60125F (or 0x60125F) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5F. RGB value is (96,18,95). Sum of RGB (Red+Green+Blue) = 96+18+95=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125F is #9FEDA0. Grayscale: #313131. Windows color (decimal): -10481057 or 6230624. OLE color: 6230624.

HSL color Cylindrical-coordinate representation of color #60125F: hue angle of 300.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60125F is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 95 -
CMYK 0 0.81 0.01 0.62
HSL 300.77º 0.68% 0.22% -
HSV(B) 300.77º 0.81% 0.38% -
XYZ 7.11 3.75 11.17 -
YUV 50.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 96 18 95 0 0.81 0.01 0.62 300.77 0.68 0.22
Hex 60 12 5F 0 51 1 3E 12D 44 16
Octal 140 22 137 0 121 1 76 455 104 26
Binary 1100000 10010 1011111 0 1010001 1 111110 100101101 1000100 10110

Color Harmonies of #60125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60125F

Black with #60125F

Text Example


Text Example

White with #60125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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