Html Css Color HEX #600755 Palatinate Purple

📋 copy color: '#600755'

red 96 ◦ green 7 ◦ blue 85

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

Shades of Palatinate Purple #600755

Tints of Palatinate Purple #600755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 51.06%
G = 3.72%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600755 (or 0x600755) is known color: Palatinate Purple. HEX triplet: 60, 07 and 55. RGB value is (96,7,85). Sum of RGB (Red+Green+Blue) = 96+7+85=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #600755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600755 is #9FF8AA. Grayscale: #2A2A2A. Windows color (decimal): -10483883 or 5572448. OLE color: 5572448.

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

Color convert

RGB 96 7 85 -
CMYK 0 0.93 0.11 0.62
HSL 307.42º 0.86% 0.2% -
HSV(B) 307.42º 0.93% 0.38% -
XYZ 6.54 3.29 8.89 -
YUV 42.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 96 7 85 0 0.93 0.11 0.62 307.42 0.86 0.2
Hex 60 7 55 0 5D B 3E 133 56 14
Octal 140 7 125 0 135 13 76 463 126 24
Binary 1100000 111 1010101 0 1011101 1011 111110 100110011 1010110 10100

Color Harmonies of #600755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600755

Black with #600755

Text Example


Text Example

White with #600755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600755; }

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

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

background-color css

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

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

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

border-color css

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

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

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