Html Css Color HEX #600756 Palatinate Purple

📋 copy color: '#600756'

red 96 ◦ green 7 ◦ blue 86

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

Shades of Palatinate Purple #600756

Tints of Palatinate Purple #600756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 50.79%
G = 3.7%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#600756 (or 0x600756) is known color: Palatinate Purple. HEX triplet: 60, 07 and 56. RGB value is (96,7,86). Sum of RGB (Red+Green+Blue) = 96+7+86=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #600756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600756 is #9FF8A9. Grayscale: #2A2A2A. Windows color (decimal): -10483882 or 5637984. OLE color: 5637984.

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

Color convert

RGB 96 7 86 -
CMYK 0 0.93 0.10 0.62
HSL 306.74º 0.86% 0.2% -
HSV(B) 306.74º 0.93% 0.38% -
XYZ 6.58 3.31 9.1 -
YUV 42.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 96 7 86 0 0.93 0.10 0.62 306.74 0.86 0.2
Hex 60 7 56 0 5D A 3E 133 56 14
Octal 140 7 126 0 135 12 76 463 126 24
Binary 1100000 111 1010110 0 1011101 1010 111110 100110011 1010110 10100

Color Harmonies of #600756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600756

Black with #600756

Text Example


Text Example

White with #600756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600756; }

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

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

background-color css

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

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

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

border-color css

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

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

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