#630024

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

Shades of Tyrian Purple #630024

Tints of Tyrian Purple #630024

Color information

#630024 (or 0x630024) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 24. RGB value is (99,0,36). Sum of RGB (Red+Green+Blue) = 99+0+36=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #630024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630024 is #9CFFDB. Grayscale: #212121. Windows color (decimal): -10289116 or 2359395. OLE color: 2359395.

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

Color convert

RGB99036-
CMYK010.640.61
HSL338.18º100%19.41%-
HSV(B)338.18º100%38.82%-
XYZ5.462.781.92-
YUV33.7129.3174.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99036010.640.61338.1810019.41
Hex63024064403D1526413
Octal14304401441007552214423
Binary11000110100100011001001000000111101101010010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630024; }

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

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

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

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

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

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

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

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