Html Css Color HEX #70024B Tyrian Purple

📋 copy color: '#70024B'

red 112 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #70024B

Tints of Tyrian Purple #70024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 59.26%
G = 1.06%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70024B (or 0x70024B) is known color: Tyrian Purple. HEX triplet: 70, 02 and 4B. RGB value is (112,2,75). Sum of RGB (Red+Green+Blue) = 112+2+75=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70024B is #8FFDB4. Grayscale: #2B2B2B. Windows color (decimal): -9436597 or 4915824. OLE color: 4915824.

HSL color Cylindrical-coordinate representation of color #70024B: hue angle of 320.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70024B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 75 -
CMYK 0 0.98 0.33 0.56
HSL 320.18º 0.96% 0.22% -
HSV(B) 320.18º 0.98% 0.44% -
XYZ 7.97 4 7.01 -
YUV 43.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 112 2 75 0 0.98 0.33 0.56 320.18 0.96 0.22
Hex 70 2 4B 0 62 21 38 140 60 16
Octal 160 2 113 0 142 41 70 500 140 26
Binary 1110000 10 1001011 0 1100010 100001 111000 101000000 1100000 10110

Color Harmonies of #70024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70024B

Black with #70024B

Text Example


Text Example

White with #70024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,2,75); }

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

background-color css

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

 a { background-color: rgb(112,2,75); }

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

border-color css

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

 span { border-color: rgb(112,2,75); }

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