Html Css Color HEX #63052B Tyrian Purple

📋 copy color: '#63052B'

red 99 ◦ green 5 ◦ blue 43

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

Shades of Tyrian Purple #63052B

Tints of Tyrian Purple #63052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 67.35%
G = 3.4%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63052B (or 0x63052B) is known color: Tyrian Purple. HEX triplet: 63, 05 and 2B. RGB value is (99,5,43). Sum of RGB (Red+Green+Blue) = 99+5+43=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052B is #9CFAD4. Grayscale: #252525. Windows color (decimal): -10287829 or 2819427. OLE color: 2819427.

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

Color convert

RGB 99 5 43 -
CMYK 0 0.95 0.57 0.61
HSL 335.74º 0.9% 0.2% -
HSV(B) 335.74º 0.95% 0.39% -
XYZ 5.64 2.94 2.56 -
YUV 37.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 99 5 43 0 0.95 0.57 0.61 335.74 0.9 0.2
Hex 63 5 2B 0 5F 39 3D 150 5A 14
Octal 143 5 53 0 137 71 75 520 132 24
Binary 1100011 101 101011 0 1011111 111001 111101 101010000 1011010 10100

Color Harmonies of #63052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63052B

Black with #63052B

Text Example


Text Example

White with #63052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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