#630341

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

Shades of Tyrian Purple #630341

Tints of Tyrian Purple #630341

Color information

#630341 (or 0x630341) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 41. RGB value is (99,3,65). Sum of RGB (Red+Green+Blue) = 99+3+65=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630341 is #9CFCBE. Grayscale: #262626. Windows color (decimal): -10288319 or 4260707. OLE color: 4260707.

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

Color convert

RGB99365-
CMYK00.970.340.61
HSL321.25º94.12%20%-
HSV(B)321.25º96.97%38.82%-
XYZ6.133.15.28-
YUV38.77142.8170.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=59.28%
G=1.80%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9936500.970.340.61321.2594.1220
Hex63341061223D1415e14
Octal14331010141427550113624
Binary110001111100000101100001100010111101101000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630341; }

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

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

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

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

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

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

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

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