Html Css Color HEX #60075C Palatinate Purple

📋 copy color: '#60075C'

red 96 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #60075C

Tints of Palatinate Purple #60075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 49.23%
G = 3.59%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60075C (or 0x60075C) is known color: Palatinate Purple. HEX triplet: 60, 07 and 5C. RGB value is (96,7,92). Sum of RGB (Red+Green+Blue) = 96+7+92=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075C is #9FF8A3. Grayscale: #2B2B2B. Windows color (decimal): -10483876 or 6031200. OLE color: 6031200.

HSL color Cylindrical-coordinate representation of color #60075C: hue angle of 302.7º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60075C is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 92 -
CMYK 0 0.93 0.04 0.62
HSL 302.7º 0.86% 0.2% -
HSV(B) 302.7º 0.93% 0.38% -
XYZ 6.83 3.41 10.42 -
YUV 43.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 96 7 92 0 0.93 0.04 0.62 302.7 0.86 0.2
Hex 60 7 5C 0 5D 4 3E 12F 56 14
Octal 140 7 134 0 135 4 76 457 126 24
Binary 1100000 111 1011100 0 1011101 100 111110 100101111 1010110 10100

Color Harmonies of #60075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60075C

Black with #60075C

Text Example


Text Example

White with #60075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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