Html Css Color HEX #600360 Palatinate Purple

📋 copy color: '#600360'

red 96 ◦ green 3 ◦ blue 96

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

Shades of Palatinate Purple #600360

Tints of Palatinate Purple #600360

RGB

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

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

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

R = 49.23%
G = 1.54%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600360 (or 0x600360) is known color: Palatinate Purple. HEX triplet: 60, 03 and 60. RGB value is (96,3,96). Sum of RGB (Red+Green+Blue) = 96+3+96=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600360 is #9FFC9F. Grayscale: #292929. Windows color (decimal): -10484896 or 6292320. OLE color: 6292320.

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

Color convert

RGB 96 3 96 -
CMYK 0 0.97 0 0.62
HSL 300º 0.94% 0.19% -
HSV(B) 300º 0.97% 0.38% -
XYZ 6.97 3.4 11.35 -
YUV 41.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 96 3 96 0 0.97 0 0.62 300 0.94 0.19
Hex 60 3 60 0 61 0 3E 12C 5E 13
Octal 140 3 140 0 141 0 76 454 136 23
Binary 1100000 11 1100000 0 1100001 0 111110 100101100 1011110 10011

Color Harmonies of #600360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600360

Black with #600360

Text Example


Text Example

White with #600360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600360; }

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

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

background-color css

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

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

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

border-color css

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

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

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