#630234

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

Shades of Tyrian Purple #630234

Tints of Tyrian Purple #630234

Color information

#630234 (or 0x630234) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 34. RGB value is (99,2,52). Sum of RGB (Red+Green+Blue) = 99+2+52=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #630234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630234 is #9CFDCB. Grayscale: #242424. Windows color (decimal): -10288588 or 3408483. OLE color: 3408483.

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

Color convert

RGB99252-
CMYK00.980.470.61
HSL329.07º96.04%19.8%-
HSV(B)329.07º97.98%38.82%-
XYZ5.792.943.51-
YUV36.7136.64172.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=64.71%
G=1.31%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9925200.980.470.61329.0796.0419.8
Hex632340622F3D1496014
Octal1432640142577551114024
Binary11000111011010001100010101111111101101001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630234; }

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

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

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

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

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

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

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

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