Html Css Color HEX #630128 Tyrian Purple

📋 copy color: '#630128'

red 99 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #630128

Tints of Tyrian Purple #630128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 70.71%
G = 0.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630128 (or 0x630128) is known color: Tyrian Purple. HEX triplet: 63, 01 and 28. RGB value is (99,1,40). Sum of RGB (Red+Green+Blue) = 99+1+40=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630128 is #9CFED7. Grayscale: #222222. Windows color (decimal): -10288856 or 2621795. OLE color: 2621795.

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

Color convert

RGB 99 1 40 -
CMYK 0 0.99 0.60 0.61
HSL 336.12º 0.98% 0.2% -
HSV(B) 336.12º 0.99% 0.39% -
XYZ 5.54 2.83 2.26 -
YUV 34.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 99 1 40 0 0.99 0.60 0.61 336.12 0.98 0.2
Hex 63 1 28 0 63 3C 3D 150 62 14
Octal 143 1 50 0 143 74 75 520 142 24
Binary 1100011 1 101000 0 1100011 111100 111101 101010000 1100010 10100

Color Harmonies of #630128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630128

Black with #630128

Text Example


Text Example

White with #630128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630128; }

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

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

background-color css

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

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

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

border-color css

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

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

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