Html Css Color HEX #600760 Palatinate Purple

📋 copy color: '#600760'

red 96 ◦ green 7 ◦ blue 96

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

Shades of Palatinate Purple #600760

Tints of Palatinate Purple #600760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 48.24%
G = 3.52%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600760 (or 0x600760) is known color: Palatinate Purple. HEX triplet: 60, 07 and 60. RGB value is (96,7,96). Sum of RGB (Red+Green+Blue) = 96+7+96=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600760 is #9FF89F. Grayscale: #2B2B2B. Windows color (decimal): -10483872 or 6293344. OLE color: 6293344.

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

Color convert

RGB 96 7 96 -
CMYK 0 0.93 0 0.62
HSL 300º 0.86% 0.2% -
HSV(B) 300º 0.93% 0.38% -
XYZ 7.01 3.48 11.37 -
YUV 43.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 96 7 96 0 0.93 0 0.62 300 0.86 0.2
Hex 60 7 60 0 5D 0 3E 12C 56 14
Octal 140 7 140 0 135 0 76 454 126 24
Binary 1100000 111 1100000 0 1011101 0 111110 100101100 1010110 10100

Color Harmonies of #600760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600760

Black with #600760

Text Example


Text Example

White with #600760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600760; }

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

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

background-color css

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

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

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

border-color css

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

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

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