#630532

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

Shades of Tyrian Purple #630532

Tints of Tyrian Purple #630532

Color information

#630532 (or 0x630532) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 32. RGB value is (99,5,50). Sum of RGB (Red+Green+Blue) = 99+5+50=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #630532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630532 is #9CFACD. Grayscale: #262626. Windows color (decimal): -10287822 or 3278179. OLE color: 3278179.

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

Color convert

RGB99550-
CMYK00.950.490.61
HSL331.28º90.38%20.39%-
HSV(B)331.28º94.95%38.82%-
XYZ5.782.993.29-
YUV38.24134.64171.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=64.29%
G=3.25%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955000.950.490.61331.2890.3820.39
Hex6353205F313D14b5a14
Octal1435620137617551313224
Binary110001110111001001011111110001111101101001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630532; }

 p { color: rgb(99,5,50); }

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

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

 a { background-color: rgb(99,5,50); }

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

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

 span { border-color: rgb(99,5,50); }

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