#630F48

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

Shades of Tyrian Purple #630F48

Tints of Tyrian Purple #630F48

Color information

#630F48 (or 0x630F48) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 48. RGB value is (99,15,72). Sum of RGB (Red+Green+Blue) = 99+15+72=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F48 is #9CF0B7. Grayscale: #2E2E2E. Windows color (decimal): -10285240 or 4722531. OLE color: 4722531.

HSL color Cylindrical-coordinate representation of color #630F48: hue angle of 319.29º 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 #630F48 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB991572-
CMYK00.850.270.61
HSL319.29º73.68%22.35%-
HSV(B)319.29º84.85%38.82%-
XYZ6.493.466.46-
YUV46.61142.33165.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=53.23%
G=8.06%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99157200.850.270.61319.2973.6822.35
Hex63F480551B3D13f4a16
Octal143171100125337547711226
Binary1100011111110010000101010111011111101100111111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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