#630033

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

Shades of Tyrian Purple #630033

Tints of Tyrian Purple #630033

Color information

#630033 (or 0x630033) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 33. RGB value is (99,0,51). Sum of RGB (Red+Green+Blue) = 99+0+51=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #630033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630033 is #9CFFCC. Grayscale: #232323. Windows color (decimal): -10289101 or 3342435. OLE color: 3342435.

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

Color convert

RGB99051-
CMYK010.480.61
HSL329.09º100%19.41%-
HSV(B)329.09º100%38.82%-
XYZ5.742.893.39-
YUV35.42136.8173.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 34%
R=66%
G=0%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99051010.480.61329.0910019.41
Hex63033064303D1496413
Octal1430630144607551114423
Binary1100011011001101100100110000111101101001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630033; }

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

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

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

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

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

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

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

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