#630056

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

Shades of Tyrian Purple #630056

Tints of Tyrian Purple #630056

Color information

#630056 (or 0x630056) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 56. RGB value is (99,0,86). Sum of RGB (Red+Green+Blue) = 99+0+86=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630056 is #9CFFA9. Grayscale: #272727. Windows color (decimal): -10289066 or 5636195. OLE color: 5636195.

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

Color convert

RGB99086-
CMYK010.130.61
HSL307.88º100%19.41%-
HSV(B)307.88º100%38.82%-
XYZ6.833.329.09-
YUV39.4154.3170.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=53.51%
G=0%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99086010.130.61307.8810019.41
Hex63056064D3D1346413
Octal14301260144157546414423
Binary110001101010110011001001101111101100110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630056; }

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

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

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

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

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

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

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

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