Html Css Color HEX #600061 Palatinate Purple

📋 copy color: '#600061'

red 96 ◦ green 0 ◦ blue 97

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

Shades of Palatinate Purple #600061

Tints of Palatinate Purple #600061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 49.74%
G = 0%
B = 50.26%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600061 (or 0x600061) is known color: Palatinate Purple. HEX triplet: 60, 00 and 61. RGB value is (96,0,97). Sum of RGB (Red+Green+Blue) = 96+0+97=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #600061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600061 is #9FFF9E. Grayscale: #272727. Windows color (decimal): -10485663 or 6357088. OLE color: 6357088.

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

Color convert

RGB 96 0 97 -
CMYK 0.01 1 0 0.62
HSL 299.38º 1% 0.19% -
HSV(B) 299.38º 1% 0.38% -
XYZ 6.98 3.35 11.59 -
YUV 39.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 96 0 97 0.01 1 0 0.62 299.38 1 0.19
Hex 60 0 61 1 64 0 3E 12B 64 13
Octal 140 0 141 1 144 0 76 453 144 23
Binary 1100000 0 1100001 1 1100100 0 111110 100101011 1100100 10011

Color Harmonies of #600061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600061

Black with #600061

Text Example


Text Example

White with #600061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600061; }

 p { color: rgb(96,0,97); }

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

background-color css

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

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

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

border-color css

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

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

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