#63092A

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

Shades of Tyrian Purple #63092A

Tints of Tyrian Purple #63092A

Color information

#63092A (or 0x63092A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 09 and 2A. RGB value is (99,9,42). Sum of RGB (Red+Green+Blue) = 99+9+42=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63092A is #9CF6D5. Grayscale: #272727. Windows color (decimal): -10286806 or 2754915. OLE color: 2754915.

HSL color Cylindrical-coordinate representation of color #63092A: hue angle of 338º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63092A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB99942-
CMYK00.910.580.61
HSL338º83.33%21.18%-
HSV(B)338º90.91%38.82%-
XYZ5.663.022.47-
YUV39.67129.32170.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 42 (16.80% from 255) = 28%
R=66%
G=6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9994200.910.580.6133883.3321.18
Hex6392A05B3A3D1525315
Octal14311520133727552212325
Binary1100011100110101001011011111010111101101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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