#630344

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

Shades of Tyrian Purple #630344

Tints of Tyrian Purple #630344

Color information

#630344 (or 0x630344) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 44. RGB value is (99,3,68). Sum of RGB (Red+Green+Blue) = 99+3+68=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630344 is #9CFCBB. Grayscale: #262626. Windows color (decimal): -10288316 or 4457315. OLE color: 4457315.

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

Color convert

RGB99368-
CMYK00.970.310.61
HSL319.38º94.12%20%-
HSV(B)319.38º96.97%38.82%-
XYZ6.223.145.75-
YUV39.11144.3170.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 68 (26.95% from 255) = 40%
R=58.24%
G=1.76%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9936800.970.310.61319.3894.1220
Hex633440611F3D13f5e14
Octal14331040141377547713624
Binary11000111110001000110000111111111101100111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630344; }

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

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

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

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

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

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

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

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