Html Css Color HEX #63013E Tyrian Purple

📋 copy color: '#63013E'

red 99 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #63013E

Tints of Tyrian Purple #63013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.27%

R = 61.11%
G = 0.62%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63013E (or 0x63013E) is known color: Tyrian Purple. HEX triplet: 63, 01 and 3E. RGB value is (99,1,62). Sum of RGB (Red+Green+Blue) = 99+1+62=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013E is #9CFEC1. Grayscale: #252525. Windows color (decimal): -10288834 or 4063587. OLE color: 4063587.

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

Color convert

RGB 99 1 62 -
CMYK 0 0.99 0.37 0.61
HSL 322.65º 0.98% 0.2% -
HSV(B) 322.65º 0.99% 0.39% -
XYZ 6.03 3.02 4.82 -
YUV 37.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 99 1 62 0 0.99 0.37 0.61 322.65 0.98 0.2
Hex 63 1 3E 0 63 25 3D 143 62 14
Octal 143 1 76 0 143 45 75 503 142 24
Binary 1100011 1 111110 0 1100011 100101 111101 101000011 1100010 10100

Color Harmonies of #63013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63013E

Black with #63013E

Text Example


Text Example

White with #63013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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