Html Css Color HEX #60125E Palatinate Purple

📋 copy color: '#60125E'

red 96 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #60125E

Tints of Palatinate Purple #60125E

RGB

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

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

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

R = 46.15%
G = 8.65%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60125E (or 0x60125E) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5E. RGB value is (96,18,94). Sum of RGB (Red+Green+Blue) = 96+18+94=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125E is #9FEDA1. Grayscale: #313131. Windows color (decimal): -10481058 or 6165088. OLE color: 6165088.

HSL color Cylindrical-coordinate representation of color #60125E: hue angle of 301.54º 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 #60125E is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 94 -
CMYK 0 0.81 0.02 0.62
HSL 301.54º 0.68% 0.22% -
HSV(B) 301.54º 0.81% 0.38% -
XYZ 7.06 3.73 10.94 -
YUV 49.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 96 18 94 0 0.81 0.02 0.62 301.54 0.68 0.22
Hex 60 12 5E 0 51 2 3E 12E 44 16
Octal 140 22 136 0 121 2 76 456 104 26
Binary 1100000 10010 1011110 0 1010001 10 111110 100101110 1000100 10110

Color Harmonies of #60125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60125E

Black with #60125E

Text Example


Text Example

White with #60125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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