Html Css Color HEX #630048 Tyrian Purple

📋 copy color: '#630048'

red 99 ◦ green 0 ◦ blue 72

#630048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #630048

Tints of Tyrian Purple #630048

RGB

 RED value IS 99 (39.06% from 255) = 57.89%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 57.89%
G = 0%
B = 42.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#630048 (or 0x630048) is known color: Tyrian Purple. HEX triplet: 63, 00 and 48. RGB value is (99,0,72). Sum of RGB (Red+Green+Blue) = 99+0+72=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #630048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630048 is #9CFFB7. Grayscale: #252525. Windows color (decimal): -10289080 or 4718691. OLE color: 4718691.

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

Color convert

RGB 99 0 72 -
CMYK 0 1 0.27 0.61
HSL 316.36º 1% 0.19% -
HSV(B) 316.36º 1% 0.39% -
XYZ 6.32 3.12 6.4 -
YUV 37.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 99 0 72 0 1 0.27 0.61 316.36 1 0.19
Hex 63 0 48 0 64 1B 3D 13C 64 13
Octal 143 0 110 0 144 33 75 474 144 23
Binary 1100011 0 1001000 0 1100100 11011 111101 100111100 1100100 10011

Color Harmonies of #630048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630048

Black with #630048

Text Example


Text Example

White with #630048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630048; }

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

 H1.HeaderClassName
 {
   color: #630048;
 }
 .AnyTagClassName
 {
   color: #630048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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