Html Css Color HEX #630346 Tyrian Purple

📋 copy color: '#630346'

red 99 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #630346

Tints of Tyrian Purple #630346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 57.56%
G = 1.74%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#630346 (or 0x630346) is known color: Tyrian Purple. HEX triplet: 63, 03 and 46. RGB value is (99,3,70). Sum of RGB (Red+Green+Blue) = 99+3+70=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630346 is #9CFCB9. Grayscale: #272727. Windows color (decimal): -10288314 or 4588387. OLE color: 4588387.

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

Color convert

RGB 99 3 70 -
CMYK 0 0.97 0.29 0.61
HSL 318.13º 0.94% 0.2% -
HSV(B) 318.13º 0.97% 0.39% -
XYZ 6.28 3.16 6.07 -
YUV 39.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 99 3 70 0 0.97 0.29 0.61 318.13 0.94 0.2
Hex 63 3 46 0 61 1D 3D 13E 5E 14
Octal 143 3 106 0 141 35 75 476 136 24
Binary 1100011 11 1000110 0 1100001 11101 111101 100111110 1011110 10100

Color Harmonies of #630346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630346

Black with #630346

Text Example


Text Example

White with #630346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630346; }

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

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

background-color css

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

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

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

border-color css

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

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

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