#630152

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

Shades of Tyrian Purple #630152

Tints of Tyrian Purple #630152

Color information

#630152 (or 0x630152) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 52. RGB value is (99,1,82). Sum of RGB (Red+Green+Blue) = 99+1+82=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630152 is #9CFEAD. Grayscale: #272727. Windows color (decimal): -10288814 or 5374307. OLE color: 5374307.

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

Color convert

RGB99182-
CMYK00.990.170.61
HSL310.41º98%19.61%-
HSV(B)310.41º98.99%38.82%-
XYZ6.683.288.26-
YUV39.54151.97170.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=54.40%
G=0.55%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918200.990.170.61310.419819.61
Hex63152063113D1366214
Octal14311220143217546614224
Binary1100011110100100110001110001111101100110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630152; }

 p { color: rgb(99,1,82); }

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

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

 a { background-color: rgb(99,1,82); }

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

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

 span { border-color: rgb(99,1,82); }

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