#630236

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

Shades of Tyrian Purple #630236

Tints of Tyrian Purple #630236

Color information

#630236 (or 0x630236) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 36. RGB value is (99,2,54). Sum of RGB (Red+Green+Blue) = 99+2+54=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #630236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630236 is #9CFDC9. Grayscale: #242424. Windows color (decimal): -10288586 or 3539555. OLE color: 3539555.

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

Color convert

RGB99254-
CMYK00.980.450.61
HSL327.84º96.04%19.8%-
HSV(B)327.84º97.98%38.82%-
XYZ5.832.963.75-
YUV36.93137.64172.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=63.87%
G=1.29%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9925400.980.450.61327.8496.0419.8
Hex632360622D3D1486014
Octal1432660142557551014024
Binary11000111011011001100010101101111101101001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630236; }

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

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

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

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

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

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

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

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