Html Css Color HEX #63002C Tyrian Purple

📋 copy color: '#63002C'

red 99 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #63002C

Tints of Tyrian Purple #63002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 69.23%
G = 0%
B = 30.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#63002C (or 0x63002C) is known color: Tyrian Purple. HEX triplet: 63, 00 and 2C. RGB value is (99,0,44). Sum of RGB (Red+Green+Blue) = 99+0+44=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #63002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63002C is #9CFFD3. Grayscale: #222222. Windows color (decimal): -10289108 or 2883683. OLE color: 2883683.

HSL color Cylindrical-coordinate representation of color #63002C: hue angle of 333.33º 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 #63002C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 44 -
CMYK 0 1 0.56 0.61
HSL 333.33º 1% 0.19% -
HSV(B) 333.33º 1% 0.39% -
XYZ 5.6 2.83 2.63 -
YUV 34.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 99 0 44 0 1 0.56 0.61 333.33 1 0.19
Hex 63 0 2C 0 64 38 3D 14D 64 13
Octal 143 0 54 0 144 70 75 515 144 23
Binary 1100011 0 101100 0 1100100 111000 111101 101001101 1100100 10011

Color Harmonies of #63002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63002C

Black with #63002C

Text Example


Text Example

White with #63002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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