#630F44

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

Shades of Tyrian Purple #630F44

Tints of Tyrian Purple #630F44

Color information

#630F44 (or 0x630F44) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 44. RGB value is (99,15,68). Sum of RGB (Red+Green+Blue) = 99+15+68=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F44 is #9CF0BB. Grayscale: #2E2E2E. Windows color (decimal): -10285244 or 4460387. OLE color: 4460387.

HSL color Cylindrical-coordinate representation of color #630F44: hue angle of 322.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F44 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB991568-
CMYK00.850.310.61
HSL322.14º73.68%22.35%-
HSV(B)322.14º84.85%38.82%-
XYZ6.363.415.79-
YUV46.16140.33165.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 15 (6.25% from 255) = 8.24%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=54.40%
G=8.24%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99156800.850.310.61322.1473.6822.35
Hex63F440551F3D1424a16
Octal143171040125377550211226
Binary1100011111110001000101010111111111101101000010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F44; }

 p { color: rgb(99,15,68); }

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

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

 a { background-color: rgb(99,15,68); }

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

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

 span { border-color: rgb(99,15,68); }

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