Html Css Color HEX #63052F Tyrian Purple

📋 copy color: '#63052F'

red 99 ◦ green 5 ◦ blue 47

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

Shades of Tyrian Purple #63052F

Tints of Tyrian Purple #63052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 65.56%
G = 3.31%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63052F (or 0x63052F) is known color: Tyrian Purple. HEX triplet: 63, 05 and 2F. RGB value is (99,5,47). Sum of RGB (Red+Green+Blue) = 99+5+47=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052F is #9CFAD0. Grayscale: #252525. Windows color (decimal): -10287825 or 3081571. OLE color: 3081571.

HSL color Cylindrical-coordinate representation of color #63052F: hue angle of 333.19º 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 #63052F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 47 -
CMYK 0 0.95 0.53 0.61
HSL 333.19º 0.9% 0.2% -
HSV(B) 333.19º 0.95% 0.39% -
XYZ 5.71 2.97 2.96 -
YUV 37.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 99 5 47 0 0.95 0.53 0.61 333.19 0.9 0.2
Hex 63 5 2F 0 5F 35 3D 14D 5A 14
Octal 143 5 57 0 137 65 75 515 132 24
Binary 1100011 101 101111 0 1011111 110101 111101 101001101 1011010 10100

Color Harmonies of #63052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63052F

Black with #63052F

Text Example


Text Example

White with #63052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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