#630362

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

Shades of Palatinate Purple #630362

Tints of Palatinate Purple #630362

Color information

#630362 (or 0x630362) is unknown color: approx Palatinate Purple. HEX triplet: 63, 03 and 62. RGB value is (99,3,98). Sum of RGB (Red+Green+Blue) = 99+3+98=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #630362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630362 is #9CFC9D. Grayscale: #2A2A2A. Windows color (decimal): -10288286 or 6423395. OLE color: 6423395.

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

Color convert

RGB99398-
CMYK00.970.010.61
HSL300.62º94.12%20%-
HSV(B)300.62º96.97%38.82%-
XYZ7.383.611.86-
YUV42.53159.3168.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 98 (38.67% from 255) = 49%
R=49.5%
G=1.5%
B=49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9939800.970.010.61300.6294.1220
Hex6336206113D12d5e14
Octal1433142014117545513624
Binary1100011111100010011000011111101100101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630362; }

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

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

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

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

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

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

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

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