Html Css Color HEX #630040 Tyrian Purple

📋 copy color: '#630040'

red 99 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #630040

Tints of Tyrian Purple #630040

RGB

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

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

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

R = 60.74%
G = 0%
B = 39.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#630040 (or 0x630040) is known color: Tyrian Purple. HEX triplet: 63, 00 and 40. RGB value is (99,0,64). Sum of RGB (Red+Green+Blue) = 99+0+64=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #630040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630040 is #9CFFBF. Grayscale: #242424. Windows color (decimal): -10289088 or 4194403. OLE color: 4194403.

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

Color convert

RGB 99 0 64 -
CMYK 0 1 0.35 0.61
HSL 321.21º 1% 0.19% -
HSV(B) 321.21º 1% 0.39% -
XYZ 6.07 3.02 5.11 -
YUV 36.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 99 0 64 0 1 0.35 0.61 321.21 1 0.19
Hex 63 0 40 0 64 23 3D 141 64 13
Octal 143 0 100 0 144 43 75 501 144 23
Binary 1100011 0 1000000 0 1100100 100011 111101 101000001 1100100 10011

Color Harmonies of #630040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630040

Black with #630040

Text Example


Text Example

White with #630040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630040; }

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

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

background-color css

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

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

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

border-color css

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

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

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