Html Css Color HEX #70023F Tyrian Purple

📋 copy color: '#70023F'

red 112 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #70023F

Tints of Tyrian Purple #70023F

RGB

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

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

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

R = 63.28%
G = 1.13%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70023F (or 0x70023F) is known color: Tyrian Purple. HEX triplet: 70, 02 and 3F. RGB value is (112,2,63). Sum of RGB (Red+Green+Blue) = 112+2+63=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70023F is #8FFDC0. Grayscale: #292929. Windows color (decimal): -9436609 or 4129392. OLE color: 4129392.

HSL color Cylindrical-coordinate representation of color #70023F: hue angle of 326.73º 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 #70023F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 63 -
CMYK 0 0.98 0.44 0.56
HSL 326.73º 0.96% 0.22% -
HSV(B) 326.73º 0.98% 0.44% -
XYZ 7.6 3.85 5.04 -
YUV 41.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 112 2 63 0 0.98 0.44 0.56 326.73 0.96 0.22
Hex 70 2 3F 0 62 2C 38 147 60 16
Octal 160 2 77 0 142 54 70 507 140 26
Binary 1110000 10 111111 0 1100010 101100 111000 101000111 1100000 10110

Color Harmonies of #70023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70023F

Black with #70023F

Text Example


Text Example

White with #70023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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