Html Css Color HEX #63012D Tyrian Purple

📋 copy color: '#63012D'

red 99 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #63012D

Tints of Tyrian Purple #63012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 68.28%
G = 0.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63012D (or 0x63012D) is known color: Tyrian Purple. HEX triplet: 63, 01 and 2D. RGB value is (99,1,45). Sum of RGB (Red+Green+Blue) = 99+1+45=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63012D is #9CFED2. Grayscale: #232323. Windows color (decimal): -10288851 or 2949475. OLE color: 2949475.

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

Color convert

RGB 99 1 45 -
CMYK 0 0.99 0.55 0.61
HSL 333.06º 0.98% 0.2% -
HSV(B) 333.06º 0.99% 0.39% -
XYZ 5.63 2.86 2.74 -
YUV 35.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 99 1 45 0 0.99 0.55 0.61 333.06 0.98 0.2
Hex 63 1 2D 0 63 37 3D 14D 62 14
Octal 143 1 55 0 143 67 75 515 142 24
Binary 1100011 1 101101 0 1100011 110111 111101 101001101 1100010 10100

Color Harmonies of #63012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63012D

Black with #63012D

Text Example


Text Example

White with #63012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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