Html Css Color HEX #70063F Tyrian Purple

📋 copy color: '#70063F'

red 112 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #70063F

Tints of Tyrian Purple #70063F

RGB

 RED value IS 112 (44.14% from 255) = 61.88%

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 61.88%
G = 3.31%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70063F (or 0x70063F) is known color: Tyrian Purple. HEX triplet: 70, 06 and 3F. RGB value is (112,6,63). Sum of RGB (Red+Green+Blue) = 112+6+63=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70063F is #8FF9C0. Grayscale: #2C2C2C. Windows color (decimal): -9435585 or 4130416. OLE color: 4130416.

HSL color Cylindrical-coordinate representation of color #70063F: hue angle of 327.74º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70063F is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 6 63 -
CMYK 0 0.95 0.44 0.56
HSL 327.74º 0.9% 0.23% -
HSV(B) 327.74º 0.95% 0.44% -
XYZ 7.64 3.93 5.06 -
YUV 44.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 112 6 63 0 0.95 0.44 0.56 327.74 0.9 0.23
Hex 70 6 3F 0 5F 2C 38 148 5A 17
Octal 160 6 77 0 137 54 70 510 132 27
Binary 1110000 110 111111 0 1011111 101100 111000 101001000 1011010 10111

Color Harmonies of #70063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70063F

Black with #70063F

Text Example


Text Example

White with #70063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,6,63); }

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

background-color css

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

 a { background-color: rgb(112,6,63); }

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

border-color css

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

 span { border-color: rgb(112,6,63); }

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