Html Css Color HEX #60125A Palatinate Purple

📋 copy color: '#60125A'

red 96 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #60125A

Tints of Palatinate Purple #60125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 47.06%
G = 8.82%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60125A (or 0x60125A) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5A. RGB value is (96,18,90). Sum of RGB (Red+Green+Blue) = 96+18+90=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125A is #9FEDA5. Grayscale: #313131. Windows color (decimal): -10481062 or 5902944. OLE color: 5902944.

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

Color convert

RGB 96 18 90 -
CMYK 0 0.81 0.06 0.62
HSL 304.62º 0.68% 0.22% -
HSV(B) 304.62º 0.81% 0.38% -
XYZ 6.89 3.66 10.02 -
YUV 49.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 96 18 90 0 0.81 0.06 0.62 304.62 0.68 0.22
Hex 60 12 5A 0 51 6 3E 131 44 16
Octal 140 22 132 0 121 6 76 461 104 26
Binary 1100000 10010 1011010 0 1010001 110 111110 100110001 1000100 10110

Color Harmonies of #60125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60125A

Black with #60125A

Text Example


Text Example

White with #60125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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