#630058

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

Shades of Tyrian Purple #630058

Tints of Tyrian Purple #630058

Color information

#630058 (or 0x630058) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 58. RGB value is (99,0,88). Sum of RGB (Red+Green+Blue) = 99+0+88=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630058 is #9CFFA7. Grayscale: #272727. Windows color (decimal): -10289064 or 5767267. OLE color: 5767267.

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

Color convert

RGB99088-
CMYK010.110.61
HSL306.67º100%19.41%-
HSV(B)306.67º100%38.82%-
XYZ6.913.369.52-
YUV39.63155.3170.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=52.94%
G=0%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99088010.110.61306.6710019.41
Hex63058064B3D1336413
Octal14301300144137546314423
Binary110001101011000011001001011111101100110011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630058; }

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

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

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

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

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

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

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

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