#630F4A

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

Shades of Tyrian Purple #630F4A

Tints of Tyrian Purple #630F4A

Color information

#630F4A (or 0x630F4A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 4A. RGB value is (99,15,74). Sum of RGB (Red+Green+Blue) = 99+15+74=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #630F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F4A is #9CF0B5. Grayscale: #2E2E2E. Windows color (decimal): -10285238 or 4853603. OLE color: 4853603.

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

Color convert

RGB991574-
CMYK00.850.250.61
HSL317.86º73.68%22.35%-
HSV(B)317.86º84.85%38.82%-
XYZ6.553.496.81-
YUV46.84143.33165.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=52.66%
G=7.98%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99157400.850.250.61317.8673.6822.35
Hex63F4A055193D13e4a16
Octal143171120125317547611226
Binary1100011111110010100101010111001111101100111110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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