Html Css Color HEX #630032 Tyrian Purple

📋 copy color: '#630032'

red 99 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #630032

Tints of Tyrian Purple #630032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 66.44%
G = 0%
B = 33.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#630032 (or 0x630032) is known color: Tyrian Purple. HEX triplet: 63, 00 and 32. RGB value is (99,0,50). Sum of RGB (Red+Green+Blue) = 99+0+50=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #630032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630032 is #9CFFCD. Grayscale: #232323. Windows color (decimal): -10289102 or 3276899. OLE color: 3276899.

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

Color convert

RGB 99 0 50 -
CMYK 0 1 0.49 0.61
HSL 329.7º 1% 0.19% -
HSV(B) 329.7º 1% 0.39% -
XYZ 5.72 2.88 3.27 -
YUV 35.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 99 0 50 0 1 0.49 0.61 329.7 1 0.19
Hex 63 0 32 0 64 31 3D 14A 64 13
Octal 143 0 62 0 144 61 75 512 144 23
Binary 1100011 0 110010 0 1100100 110001 111101 101001010 1100100 10011

Color Harmonies of #630032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630032

Black with #630032

Text Example


Text Example

White with #630032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630032; }

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

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

background-color css

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

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

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

border-color css

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

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

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