Html Css Color HEX #630640 Tyrian Purple

📋 copy color: '#630640'

red 99 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #630640

Tints of Tyrian Purple #630640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 58.58%
G = 3.55%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#630640 (or 0x630640) is known color: Tyrian Purple. HEX triplet: 63, 06 and 40. RGB value is (99,6,64). Sum of RGB (Red+Green+Blue) = 99+6+64=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #630640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630640 is #9CF9BF. Grayscale: #282828. Windows color (decimal): -10287552 or 4195939. OLE color: 4195939.

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

Color convert

RGB 99 6 64 -
CMYK 0 0.94 0.35 0.61
HSL 322.58º 0.89% 0.21% -
HSV(B) 322.58º 0.94% 0.39% -
XYZ 6.14 3.15 5.14 -
YUV 40.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 99 6 64 0 0.94 0.35 0.61 322.58 0.89 0.21
Hex 63 6 40 0 5E 23 3D 143 59 15
Octal 143 6 100 0 136 43 75 503 131 25
Binary 1100011 110 1000000 0 1011110 100011 111101 101000011 1011001 10101

Color Harmonies of #630640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630640

Black with #630640

Text Example


Text Example

White with #630640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630640; }

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

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

background-color css

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

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

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

border-color css

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

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

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