#630348

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

Shades of Tyrian Purple #630348

Tints of Tyrian Purple #630348

Color information

#630348 (or 0x630348) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 48. RGB value is (99,3,72). Sum of RGB (Red+Green+Blue) = 99+3+72=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #630348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630348 is #9CFCB7. Grayscale: #272727. Windows color (decimal): -10288312 or 4719459. OLE color: 4719459.

HSL color Cylindrical-coordinate representation of color #630348: hue angle of 316.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630348 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB99372-
CMYK00.970.270.61
HSL316.88º94.12%20%-
HSV(B)316.88º96.97%38.82%-
XYZ6.353.196.41-
YUV39.57146.3170.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=56.90%
G=1.72%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9937200.970.270.61316.8894.1220
Hex633480611B3D13d5e14
Octal14331100141337547513624
Binary11000111110010000110000111011111101100111101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630348; }

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

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

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

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

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

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

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

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