Html Css Color HEX #63023A Tyrian Purple

📋 copy color: '#63023A'

red 99 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #63023A

Tints of Tyrian Purple #63023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 62.26%
G = 1.26%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63023A (or 0x63023A) is known color: Tyrian Purple. HEX triplet: 63, 02 and 3A. RGB value is (99,2,58). Sum of RGB (Red+Green+Blue) = 99+2+58=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63023A is #9CFDC5. Grayscale: #252525. Windows color (decimal): -10288582 or 3801699. OLE color: 3801699.

HSL color Cylindrical-coordinate representation of color #63023A: hue angle of 325.36º 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 #63023A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 58 -
CMYK 0 0.98 0.41 0.61
HSL 325.36º 0.96% 0.2% -
HSV(B) 325.36º 0.98% 0.39% -
XYZ 5.93 3 4.27 -
YUV 37.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 99 2 58 0 0.98 0.41 0.61 325.36 0.96 0.2
Hex 63 2 3A 0 62 29 3D 145 60 14
Octal 143 2 72 0 142 51 75 505 140 24
Binary 1100011 10 111010 0 1100010 101001 111101 101000101 1100000 10100

Color Harmonies of #63023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63023A

Black with #63023A

Text Example


Text Example

White with #63023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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