Html Css Color HEX #630036 Tyrian Purple

📋 copy color: '#630036'

red 99 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #630036

Tints of Tyrian Purple #630036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 64.71%
G = 0%
B = 35.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#630036 (or 0x630036) is known color: Tyrian Purple. HEX triplet: 63, 00 and 36. RGB value is (99,0,54). Sum of RGB (Red+Green+Blue) = 99+0+54=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #630036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630036 is #9CFFC9. Grayscale: #232323. Windows color (decimal): -10289098 or 3539043. OLE color: 3539043.

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

Color convert

RGB 99 0 54 -
CMYK 0 1 0.45 0.61
HSL 327.27º 1% 0.19% -
HSV(B) 327.27º 1% 0.39% -
XYZ 5.81 2.92 3.75 -
YUV 35.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 99 0 54 0 1 0.45 0.61 327.27 1 0.19
Hex 63 0 36 0 64 2D 3D 147 64 13
Octal 143 0 66 0 144 55 75 507 144 23
Binary 1100011 0 110110 0 1100100 101101 111101 101000111 1100100 10011

Color Harmonies of #630036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630036

Black with #630036

Text Example


Text Example

White with #630036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630036; }

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

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

background-color css

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

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

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

border-color css

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

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

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