Html Css Color HEX #60125C Palatinate Purple

📋 copy color: '#60125C'

red 96 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #60125C

Tints of Palatinate Purple #60125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 46.6%
G = 8.74%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60125C (or 0x60125C) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5C. RGB value is (96,18,92). Sum of RGB (Red+Green+Blue) = 96+18+92=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125C is #9FEDA3. Grayscale: #313131. Windows color (decimal): -10481060 or 6034016. OLE color: 6034016.

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

Color convert

RGB 96 18 92 -
CMYK 0 0.81 0.04 0.62
HSL 303.08º 0.68% 0.22% -
HSV(B) 303.08º 0.81% 0.38% -
XYZ 6.97 3.69 10.47 -
YUV 49.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 96 18 92 0 0.81 0.04 0.62 303.08 0.68 0.22
Hex 60 12 5C 0 51 4 3E 12F 44 16
Octal 140 22 134 0 121 4 76 457 104 26
Binary 1100000 10010 1011100 0 1010001 100 111110 100101111 1000100 10110

Color Harmonies of #60125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60125C

Black with #60125C

Text Example


Text Example

White with #60125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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