Html Css Color HEX #630145 Tyrian Purple

📋 copy color: '#630145'

red 99 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #630145

Tints of Tyrian Purple #630145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 58.58%
G = 0.59%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#630145 (or 0x630145) is known color: Tyrian Purple. HEX triplet: 63, 01 and 45. RGB value is (99,1,69). Sum of RGB (Red+Green+Blue) = 99+1+69=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #630145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630145 is #9CFEBA. Grayscale: #252525. Windows color (decimal): -10288827 or 4522339. OLE color: 4522339.

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

Color convert

RGB 99 1 69 -
CMYK 0 0.99 0.30 0.61
HSL 318.37º 0.98% 0.2% -
HSV(B) 318.37º 0.99% 0.39% -
XYZ 6.23 3.1 5.9 -
YUV 38.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 99 1 69 0 0.99 0.30 0.61 318.37 0.98 0.2
Hex 63 1 45 0 63 1E 3D 13E 62 14
Octal 143 1 105 0 143 36 75 476 142 24
Binary 1100011 1 1000101 0 1100011 11110 111101 100111110 1100010 10100

Color Harmonies of #630145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630145

Black with #630145

Text Example


Text Example

White with #630145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630145; }

 p { color: rgb(99,1,69); }

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

background-color css

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

 a { background-color: rgb(99,1,69); }

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

border-color css

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

 span { border-color: rgb(99,1,69); }

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