#63004E

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

Shades of Tyrian Purple #63004E

Tints of Tyrian Purple #63004E

Color information

#63004E (or 0x63004E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 4E. RGB value is (99,0,78). Sum of RGB (Red+Green+Blue) = 99+0+78=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63004E is #9CFFB1. Grayscale: #262626. Windows color (decimal): -10289074 or 5111907. OLE color: 5111907.

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

Color convert

RGB99078-
CMYK010.210.61
HSL312.73º100%19.41%-
HSV(B)312.73º100%38.82%-
XYZ6.523.27.48-
YUV38.49150.3171.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=55.93%
G=0%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99078010.210.61312.7310019.41
Hex6304E064153D1396413
Octal14301160144257547114423
Binary1100011010011100110010010101111101100111001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63004E; }

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

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

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

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

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

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

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

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