#630062

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

Shades of Palatinate Purple #630062

Tints of Palatinate Purple #630062

Color information

#630062 (or 0x630062) is unknown color: approx Palatinate Purple. HEX triplet: 63, 00 and 62. RGB value is (99,0,98). Sum of RGB (Red+Green+Blue) = 99+0+98=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #630062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630062 is #9CFF9D. Grayscale: #282828. Windows color (decimal): -10289054 or 6422627. OLE color: 6422627.

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

Color convert

RGB99098-
CMYK010.010.61
HSL300.61º100%19.41%-
HSV(B)300.61º100%38.82%-
XYZ7.353.5311.85-
YUV40.77160.3169.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=50.25%
G=0%
B=49.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99098010.010.61300.6110019.41
Hex6306206413D12d6413
Octal1430142014417545514423
Binary110001101100010011001001111101100101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630062; }

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

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

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

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

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

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

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

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