Html Css Color HEX #600358 Palatinate Purple

📋 copy color: '#600358'

red 96 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #600358

Tints of Palatinate Purple #600358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 51.34%
G = 1.6%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#600358 (or 0x600358) is known color: Palatinate Purple. HEX triplet: 60, 03 and 58. RGB value is (96,3,88). Sum of RGB (Red+Green+Blue) = 96+3+88=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600358 is #9FFCA7. Grayscale: #282828. Windows color (decimal): -10484904 or 5768032. OLE color: 5768032.

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

Color convert

RGB 96 3 88 -
CMYK 0 0.97 0.08 0.62
HSL 305.16º 0.94% 0.19% -
HSV(B) 305.16º 0.97% 0.38% -
XYZ 6.62 3.26 9.51 -
YUV 40.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 96 3 88 0 0.97 0.08 0.62 305.16 0.94 0.19
Hex 60 3 58 0 61 8 3E 131 5E 13
Octal 140 3 130 0 141 10 76 461 136 23
Binary 1100000 11 1011000 0 1100001 1000 111110 100110001 1011110 10011

Color Harmonies of #600358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600358

Black with #600358

Text Example


Text Example

White with #600358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600358; }

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

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

background-color css

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

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

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

border-color css

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

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

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