Html Css Color HEX #60076A Palatinate Purple

📋 copy color: '#60076A'

red 96 ◦ green 7 ◦ blue 106

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

Shades of Palatinate Purple #60076A

Tints of Palatinate Purple #60076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.72%

R = 45.93%
G = 3.35%
B = 50.72%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60076A (or 0x60076A) is known color: Palatinate Purple. HEX triplet: 60, 07 and 6A. RGB value is (96,7,106). Sum of RGB (Red+Green+Blue) = 96+7+106=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #60076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60076A is #9FF895. Grayscale: #2C2C2C. Windows color (decimal): -10483862 or 6948704. OLE color: 6948704.

HSL color Cylindrical-coordinate representation of color #60076A: hue angle of 293.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60076A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 7 106 -
CMYK 0.09 0.93 0 0.58
HSL 293.94º 0.88% 0.22% -
HSV(B) 293.94º 0.93% 0.42% -
XYZ 7.5 3.68 13.95 -
YUV 44.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 96 7 106 0.09 0.93 0 0.58 293.94 0.88 0.22
Hex 60 7 6A 9 5D 0 3A 126 58 16
Octal 140 7 152 11 135 0 72 446 130 26
Binary 1100000 111 1101010 1001 1011101 0 111010 100100110 1011000 10110

Color Harmonies of #60076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60076A

Black with #60076A

Text Example


Text Example

White with #60076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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