#630850

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

Shades of Tyrian Purple #630850

Tints of Tyrian Purple #630850

Color information

#630850 (or 0x630850) is unknown color: approx Tyrian Purple. HEX triplet: 63, 08 and 50. RGB value is (99,8,80). Sum of RGB (Red+Green+Blue) = 99+8+80=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630850 is #9CF7AF. Grayscale: #2B2B2B. Windows color (decimal): -10287024 or 5245027. OLE color: 5245027.

HSL color Cylindrical-coordinate representation of color #630850: hue angle of 312.53º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630850 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB99880-
CMYK00.920.190.61
HSL312.53º85.05%20.98%-
HSV(B)312.53º91.92%38.82%-
XYZ6.683.417.89-
YUV43.42148.65167.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=52.94%
G=4.28%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9988000.920.190.61312.5385.0520.98
Hex6385005C133D1395515
Octal143101200134237547112525
Binary1100011100010100000101110010011111101100111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630850; }

 p { color: rgb(99,8,80); }

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

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

 a { background-color: rgb(99,8,80); }

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

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

 span { border-color: rgb(99,8,80); }

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