Html Css Color HEX #600658 Palatinate Purple

📋 copy color: '#600658'

red 96 ◦ green 6 ◦ blue 88

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

Shades of Palatinate Purple #600658

Tints of Palatinate Purple #600658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 50.53%
G = 3.16%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#600658 (or 0x600658) is known color: Palatinate Purple. HEX triplet: 60, 06 and 58. RGB value is (96,6,88). Sum of RGB (Red+Green+Blue) = 96+6+88=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #600658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600658 is #9FF9A7. Grayscale: #2A2A2A. Windows color (decimal): -10484136 or 5768800. OLE color: 5768800.

HSL color Cylindrical-coordinate representation of color #600658: hue angle of 305.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600658 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 88 -
CMYK 0 0.94 0.08 0.62
HSL 305.33º 0.88% 0.2% -
HSV(B) 305.33º 0.94% 0.38% -
XYZ 6.65 3.32 9.52 -
YUV 42.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 96 6 88 0 0.94 0.08 0.62 305.33 0.88 0.2
Hex 60 6 58 0 5E 8 3E 131 58 14
Octal 140 6 130 0 136 10 76 461 130 24
Binary 1100000 110 1011000 0 1011110 1000 111110 100110001 1011000 10100

Color Harmonies of #600658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600658

Black with #600658

Text Example


Text Example

White with #600658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600658; }

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

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

background-color css

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

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

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

border-color css

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

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

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