#600062

Color #600062 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #600062

Tints of Palatinate Purple #600062

Color information

#600062 (or 0x600062) is unknown color: approx Palatinate Purple. HEX triplet: 60, 00 and 62. RGB value is (96,0,98). Sum of RGB (Red+Green+Blue) = 96+0+98=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #600062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600062 is #9FFF9D. Grayscale: #272727. Windows color (decimal): -10485662 or 6422624. OLE color: 6422624.

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

Color convert

RGB96098-
CMYK0.02100.62
HSL298.78º100%19.22%-
HSV(B)298.78º100%38.43%-
XYZ7.033.3711.84-
YUV39.88160.8168.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=49.48%
G=0%
B=50.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal960980.02100.62298.7810019.22
Hex6006226403E12b6413
Octal1400142214407645314423
Binary1100000011000101011001000111110100101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600062; }

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

 H1.HeaderClassName
 {
   color: #600062;
 }
 .AnyTagClassName
 {
   color: #600062;
 }
</style>
background-color css

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

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

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

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

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

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