#630235

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

Shades of Tyrian Purple #630235

Tints of Tyrian Purple #630235

Color information

#630235 (or 0x630235) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 35. RGB value is (99,2,53). Sum of RGB (Red+Green+Blue) = 99+2+53=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #630235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630235 is #9CFDCA. Grayscale: #242424. Windows color (decimal): -10288587 or 3474019. OLE color: 3474019.

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

Color convert

RGB99253-
CMYK00.980.460.61
HSL328.45º96.04%19.8%-
HSV(B)328.45º97.98%38.82%-
XYZ5.812.953.63-
YUV36.82137.14172.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=64.29%
G=1.30%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9925300.980.460.61328.4596.0419.8
Hex632350622E3D1486014
Octal1432650142567551014024
Binary11000111011010101100010101110111101101001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630235; }

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

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

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

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

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

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

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

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