#630232

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

Shades of Tyrian Purple #630232

Tints of Tyrian Purple #630232

Color information

#630232 (or 0x630232) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 32. RGB value is (99,2,50). Sum of RGB (Red+Green+Blue) = 99+2+50=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630232 is #9CFDCD. Grayscale: #242424. Windows color (decimal): -10288590 or 3277411. OLE color: 3277411.

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

Color convert

RGB99250-
CMYK00.980.490.61
HSL330.31º96.04%19.8%-
HSV(B)330.31º97.98%38.82%-
XYZ5.742.933.28-
YUV36.48135.64172.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=65.56%
G=1.32%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9925000.980.490.61330.3196.0419.8
Hex63232062313D14a6014
Octal1432620142617551214024
Binary11000111011001001100010110001111101101001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630232; }

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

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

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

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

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

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

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

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