Html Css Color HEX #63022E Tyrian Purple

📋 copy color: '#63022E'

red 99 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #63022E

Tints of Tyrian Purple #63022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 67.35%
G = 1.36%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63022E (or 0x63022E) is known color: Tyrian Purple. HEX triplet: 63, 02 and 2E. RGB value is (99,2,46). Sum of RGB (Red+Green+Blue) = 99+2+46=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63022E is #9CFDD1. Grayscale: #232323. Windows color (decimal): -10288594 or 3015267. OLE color: 3015267.

HSL color Cylindrical-coordinate representation of color #63022E: hue angle of 332.78º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63022E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 46 -
CMYK 0 0.98 0.54 0.61
HSL 332.78º 0.96% 0.2% -
HSV(B) 332.78º 0.98% 0.39% -
XYZ 5.66 2.89 2.84 -
YUV 36.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 99 2 46 0 0.98 0.54 0.61 332.78 0.96 0.2
Hex 63 2 2E 0 62 36 3D 14D 60 14
Octal 143 2 56 0 142 66 75 515 140 24
Binary 1100011 10 101110 0 1100010 110110 111101 101001101 1100000 10100

Color Harmonies of #63022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63022E

Black with #63022E

Text Example


Text Example

White with #63022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,2,46); }

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

background-color css

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

 a { background-color: rgb(99,2,46); }

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

border-color css

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

 span { border-color: rgb(99,2,46); }

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