Html Css Color HEX #630740 Tyrian Purple

📋 copy color: '#630740'

red 99 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #630740

Tints of Tyrian Purple #630740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 58.24%
G = 4.12%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#630740 (or 0x630740) is known color: Tyrian Purple. HEX triplet: 63, 07 and 40. RGB value is (99,7,64). Sum of RGB (Red+Green+Blue) = 99+7+64=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630740 is #9CF8BF. Grayscale: #282828. Windows color (decimal): -10287296 or 4196195. OLE color: 4196195.

HSL color Cylindrical-coordinate representation of color #630740: hue angle of 322.83º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630740 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 7 64 -
CMYK 0 0.93 0.35 0.61
HSL 322.83º 0.87% 0.21% -
HSV(B) 322.83º 0.93% 0.39% -
XYZ 6.15 3.17 5.14 -
YUV 41.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 99 7 64 0 0.93 0.35 0.61 322.83 0.87 0.21
Hex 63 7 40 0 5D 23 3D 143 57 15
Octal 143 7 100 0 135 43 75 503 127 25
Binary 1100011 111 1000000 0 1011101 100011 111101 101000011 1010111 10101

Color Harmonies of #630740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630740

Black with #630740

Text Example


Text Example

White with #630740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630740; }

 p { color: rgb(99,7,64); }

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

background-color css

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

 a { background-color: rgb(99,7,64); }

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

border-color css

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

 span { border-color: rgb(99,7,64); }

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