#63002A

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

Shades of Tyrian Purple #63002A

Tints of Tyrian Purple #63002A

Color information

#63002A (or 0x63002A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 2A. RGB value is (99,0,42). Sum of RGB (Red+Green+Blue) = 99+0+42=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #63002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63002A is #9CFFD5. Grayscale: #222222. Windows color (decimal): -10289110 or 2752611. OLE color: 2752611.

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

Color convert

RGB99042-
CMYK010.580.61
HSL334.55º100%19.41%-
HSV(B)334.55º100%38.82%-
XYZ5.562.822.44-
YUV34.39132.3174.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=70.21%
G=0%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99042010.580.61334.5510019.41
Hex6302A0643A3D14f6413
Octal1430520144727551714423
Binary1100011010101001100100111010111101101001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63002A; }

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

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

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

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

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

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

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

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