Html Css Color HEX #60075F Palatinate Purple

📋 copy color: '#60075F'

red 96 ◦ green 7 ◦ blue 95

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

Shades of Palatinate Purple #60075F

Tints of Palatinate Purple #60075F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 48.48%
G = 3.54%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60075F (or 0x60075F) is known color: Palatinate Purple. HEX triplet: 60, 07 and 5F. RGB value is (96,7,95). Sum of RGB (Red+Green+Blue) = 96+7+95=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075F is #9FF8A0. Grayscale: #2B2B2B. Windows color (decimal): -10483873 or 6227808. OLE color: 6227808.

HSL color Cylindrical-coordinate representation of color #60075F: hue angle of 300.67º 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 #60075F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 95 -
CMYK 0 0.93 0.01 0.62
HSL 300.67º 0.86% 0.2% -
HSV(B) 300.67º 0.93% 0.38% -
XYZ 6.97 3.46 11.13 -
YUV 43.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 96 7 95 0 0.93 0.01 0.62 300.67 0.86 0.2
Hex 60 7 5F 0 5D 1 3E 12D 56 14
Octal 140 7 137 0 135 1 76 455 126 24
Binary 1100000 111 1011111 0 1011101 1 111110 100101101 1010110 10100

Color Harmonies of #60075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60075F

Black with #60075F

Text Example


Text Example

White with #60075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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