Html Css Color HEX #630126 Tyrian Purple

📋 copy color: '#630126'

red 99 ◦ green 1 ◦ blue 38

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

Shades of Tyrian Purple #630126

Tints of Tyrian Purple #630126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 71.74%
G = 0.72%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#630126 (or 0x630126) is known color: Tyrian Purple. HEX triplet: 63, 01 and 26. RGB value is (99,1,38). Sum of RGB (Red+Green+Blue) = 99+1+38=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630126 is #9CFED9. Grayscale: #222222. Windows color (decimal): -10288858 or 2490723. OLE color: 2490723.

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

Color convert

RGB 99 1 38 -
CMYK 0 0.99 0.62 0.61
HSL 337.35º 0.98% 0.2% -
HSV(B) 337.35º 0.99% 0.39% -
XYZ 5.51 2.81 2.09 -
YUV 34.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 99 1 38 0 0.99 0.62 0.61 337.35 0.98 0.2
Hex 63 1 26 0 63 3E 3D 151 62 14
Octal 143 1 46 0 143 76 75 521 142 24
Binary 1100011 1 100110 0 1100011 111110 111101 101010001 1100010 10100

Color Harmonies of #630126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630126

Black with #630126

Text Example


Text Example

White with #630126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630126; }

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

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

background-color css

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

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

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

border-color css

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

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

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