Html Css Color HEX #630144 Tyrian Purple

📋 copy color: '#630144'

red 99 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #630144

Tints of Tyrian Purple #630144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 58.93%
G = 0.6%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#630144 (or 0x630144) is known color: Tyrian Purple. HEX triplet: 63, 01 and 44. RGB value is (99,1,68). Sum of RGB (Red+Green+Blue) = 99+1+68=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #630144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630144 is #9CFEBB. Grayscale: #252525. Windows color (decimal): -10288828 or 4456803. OLE color: 4456803.

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

Color convert

RGB 99 1 68 -
CMYK 0 0.99 0.31 0.61
HSL 318.98º 0.98% 0.2% -
HSV(B) 318.98º 0.99% 0.39% -
XYZ 6.2 3.09 5.74 -
YUV 37.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 99 1 68 0 0.99 0.31 0.61 318.98 0.98 0.2
Hex 63 1 44 0 63 1F 3D 13F 62 14
Octal 143 1 104 0 143 37 75 477 142 24
Binary 1100011 1 1000100 0 1100011 11111 111101 100111111 1100010 10100

Color Harmonies of #630144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630144

Black with #630144

Text Example


Text Example

White with #630144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630144; }

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

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

background-color css

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

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

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

border-color css

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

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

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