#630034

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

Shades of Tyrian Purple #630034

Tints of Tyrian Purple #630034

Color information

#630034 (or 0x630034) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 34. RGB value is (99,0,52). Sum of RGB (Red+Green+Blue) = 99+0+52=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630034 is #9CFFCB. Grayscale: #232323. Windows color (decimal): -10289100 or 3407971. OLE color: 3407971.

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

Color convert

RGB99052-
CMYK010.470.61
HSL328.48º100%19.41%-
HSV(B)328.48º100%38.82%-
XYZ5.772.93.5-
YUV35.53137.3173.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=65.56%
G=0%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99052010.470.61328.4810019.41
Hex630340642F3D1486413
Octal1430640144577551014423
Binary1100011011010001100100101111111101101001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630034; }

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

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

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

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

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

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

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

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