Html Css Color HEX #600758 Palatinate Purple

📋 copy color: '#600758'

red 96 ◦ green 7 ◦ blue 88

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

Shades of Palatinate Purple #600758

Tints of Palatinate Purple #600758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 50.26%
G = 3.66%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#600758 (or 0x600758) is known color: Palatinate Purple. HEX triplet: 60, 07 and 58. RGB value is (96,7,88). Sum of RGB (Red+Green+Blue) = 96+7+88=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #600758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600758 is #9FF8A7. Grayscale: #2A2A2A. Windows color (decimal): -10483880 or 5769056. OLE color: 5769056.

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

Color convert

RGB 96 7 88 -
CMYK 0 0.93 0.08 0.62
HSL 305.39º 0.86% 0.2% -
HSV(B) 305.39º 0.93% 0.38% -
XYZ 6.66 3.34 9.53 -
YUV 42.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 96 7 88 0 0.93 0.08 0.62 305.39 0.86 0.2
Hex 60 7 58 0 5D 8 3E 131 56 14
Octal 140 7 130 0 135 10 76 461 126 24
Binary 1100000 111 1011000 0 1011101 1000 111110 100110001 1010110 10100

Color Harmonies of #600758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600758

Black with #600758

Text Example


Text Example

White with #600758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600758; }

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

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

background-color css

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

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

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

border-color css

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

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

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