Html Css Color HEX #60025B Palatinate Purple

📋 copy color: '#60025B'

red 96 ◦ green 2 ◦ blue 91

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

Shades of Palatinate Purple #60025B

Tints of Palatinate Purple #60025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 50.79%
G = 1.06%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60025B (or 0x60025B) is known color: Palatinate Purple. HEX triplet: 60, 02 and 5B. RGB value is (96,2,91). Sum of RGB (Red+Green+Blue) = 96+2+91=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60025B is #9FFDA4. Grayscale: #272727. Windows color (decimal): -10485157 or 5964384. OLE color: 5964384.

HSL color Cylindrical-coordinate representation of color #60025B: hue angle of 303.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60025B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 91 -
CMYK 0 0.98 0.05 0.62
HSL 303.19º 0.96% 0.19% -
HSV(B) 303.19º 0.98% 0.38% -
XYZ 6.73 3.29 10.18 -
YUV 40.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 96 2 91 0 0.98 0.05 0.62 303.19 0.96 0.19
Hex 60 2 5B 0 62 5 3E 12F 60 13
Octal 140 2 133 0 142 5 76 457 140 23
Binary 1100000 10 1011011 0 1100010 101 111110 100101111 1100000 10011

Color Harmonies of #60025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60025B

Black with #60025B

Text Example


Text Example

White with #60025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60025B; }

 p { color: rgb(96,2,91); }

 H1.HeaderClassName
 {
   color: #60025B;
 }
 .AnyTagClassName
 {
   color: #60025B;
 }
</style>

background-color css

<style>
 a { background-color: #60025B; }

 a { background-color: rgb(96,2,91); }

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

border-color css

<style>
 span { border-color: #60025B; }

 span { border-color: rgb(96,2,91); }

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