Html Css Color HEX #70003D Tyrian Purple

📋 copy color: '#70003D'

red 112 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #70003D

Tints of Tyrian Purple #70003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.26%

R = 64.74%
G = 0%
B = 35.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70003D (or 0x70003D) is known color: Tyrian Purple. HEX triplet: 70, 00 and 3D. RGB value is (112,0,61). Sum of RGB (Red+Green+Blue) = 112+0+61=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70003D is #8FFFC2. Grayscale: #282828. Windows color (decimal): -9437123 or 3997808. OLE color: 3997808.

HSL color Cylindrical-coordinate representation of color #70003D: hue angle of 327.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70003D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 61 -
CMYK 0 1 0.46 0.56
HSL 327.32º 1% 0.22% -
HSV(B) 327.32º 1% 0.44% -
XYZ 7.52 3.78 4.75 -
YUV 40.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 112 0 61 0 1 0.46 0.56 327.32 1 0.22
Hex 70 0 3D 0 64 2E 38 147 64 16
Octal 160 0 75 0 144 56 70 507 144 26
Binary 1110000 0 111101 0 1100100 101110 111000 101000111 1100100 10110

Color Harmonies of #70003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70003D

Black with #70003D

Text Example


Text Example

White with #70003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70003D; }

 p { color: rgb(112,0,61); }

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

background-color css

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

 a { background-color: rgb(112,0,61); }

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

border-color css

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

 span { border-color: rgb(112,0,61); }

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