Html Css Color HEX #63053F Tyrian Purple

📋 copy color: '#63053F'

red 99 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #63053F

Tints of Tyrian Purple #63053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 63 (25% from 255) = 37.72%

R = 59.28%
G = 2.99%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63053F (or 0x63053F) is known color: Tyrian Purple. HEX triplet: 63, 05 and 3F. RGB value is (99,5,63). Sum of RGB (Red+Green+Blue) = 99+5+63=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63053F is #9CFAC0. Grayscale: #272727. Windows color (decimal): -10287809 or 4130147. OLE color: 4130147.

HSL color Cylindrical-coordinate representation of color #63053F: hue angle of 322.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63053F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 63 -
CMYK 0 0.95 0.36 0.61
HSL 322.98º 0.9% 0.2% -
HSV(B) 322.98º 0.95% 0.39% -
XYZ 6.1 3.12 4.98 -
YUV 39.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 99 5 63 0 0.95 0.36 0.61 322.98 0.9 0.2
Hex 63 5 3F 0 5F 24 3D 143 5A 14
Octal 143 5 77 0 137 44 75 503 132 24
Binary 1100011 101 111111 0 1011111 100100 111101 101000011 1011010 10100

Color Harmonies of #63053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63053F

Black with #63053F

Text Example


Text Example

White with #63053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63053F; }

 p { color: rgb(99,5,63); }

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

background-color css

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

 a { background-color: rgb(99,5,63); }

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

border-color css

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

 span { border-color: rgb(99,5,63); }

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