Html Css Color HEX #60075B Palatinate Purple

📋 copy color: '#60075B'

red 96 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #60075B

Tints of Palatinate Purple #60075B

RGB

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

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

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

R = 49.48%
G = 3.61%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60075B (or 0x60075B) is known color: Palatinate Purple. HEX triplet: 60, 07 and 5B. RGB value is (96,7,91). Sum of RGB (Red+Green+Blue) = 96+7+91=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60075B is #9FF8A4. Grayscale: #2A2A2A. Windows color (decimal): -10483877 or 5965664. OLE color: 5965664.

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

Color convert

RGB 96 7 91 -
CMYK 0 0.93 0.05 0.62
HSL 303.37º 0.86% 0.2% -
HSV(B) 303.37º 0.93% 0.38% -
XYZ 6.79 3.39 10.19 -
YUV 43.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 96 7 91 0 0.93 0.05 0.62 303.37 0.86 0.2
Hex 60 7 5B 0 5D 5 3E 12F 56 14
Octal 140 7 133 0 135 5 76 457 126 24
Binary 1100000 111 1011011 0 1011101 101 111110 100101111 1010110 10100

Color Harmonies of #60075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60075B

Black with #60075B

Text Example


Text Example

White with #60075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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