Html Css Color HEX #630331 Tyrian Purple

📋 copy color: '#630331'

red 99 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #630331

Tints of Tyrian Purple #630331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 49 (19.53% from 255) = 32.45%

R = 65.56%
G = 1.99%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#630331 (or 0x630331) is known color: Tyrian Purple. HEX triplet: 63, 03 and 31. RGB value is (99,3,49). Sum of RGB (Red+Green+Blue) = 99+3+49=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630331 is #9CFCCE. Grayscale: #242424. Windows color (decimal): -10288335 or 3212131. OLE color: 3212131.

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

Color convert

RGB 99 3 49 -
CMYK 0 0.97 0.51 0.61
HSL 331.25º 0.94% 0.2% -
HSV(B) 331.25º 0.97% 0.39% -
XYZ 5.73 2.94 3.17 -
YUV 36.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 99 3 49 0 0.97 0.51 0.61 331.25 0.94 0.2
Hex 63 3 31 0 61 33 3D 14B 5E 14
Octal 143 3 61 0 141 63 75 513 136 24
Binary 1100011 11 110001 0 1100001 110011 111101 101001011 1011110 10100

Color Harmonies of #630331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630331

Black with #630331

Text Example


Text Example

White with #630331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630331; }

 p { color: rgb(99,3,49); }

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

background-color css

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

 a { background-color: rgb(99,3,49); }

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

border-color css

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

 span { border-color: rgb(99,3,49); }

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