Html Css Color HEX #63002B Tyrian Purple

📋 copy color: '#63002B'

red 99 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #63002B

Tints of Tyrian Purple #63002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.72%
G = 0%
B = 30.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#63002B (or 0x63002B) is known color: Tyrian Purple. HEX triplet: 63, 00 and 2B. RGB value is (99,0,43). Sum of RGB (Red+Green+Blue) = 99+0+43=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #63002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63002B is #9CFFD4. Grayscale: #222222. Windows color (decimal): -10289109 or 2818147. OLE color: 2818147.

HSL color Cylindrical-coordinate representation of color #63002B: hue angle of 333.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63002B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 43 -
CMYK 0 1 0.57 0.61
HSL 333.94º 1% 0.19% -
HSV(B) 333.94º 1% 0.39% -
XYZ 5.58 2.83 2.54 -
YUV 34.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 99 0 43 0 1 0.57 0.61 333.94 1 0.19
Hex 63 0 2B 0 64 39 3D 14E 64 13
Octal 143 0 53 0 144 71 75 516 144 23
Binary 1100011 0 101011 0 1100100 111001 111101 101001110 1100100 10011

Color Harmonies of #63002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63002B

Black with #63002B

Text Example


Text Example

White with #63002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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