Html Css Color HEX #700130 Tyrian Purple

📋 copy color: '#700130'

red 112 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #700130

Tints of Tyrian Purple #700130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 69.57%
G = 0.62%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700130 (or 0x700130) is known color: Tyrian Purple. HEX triplet: 70, 01 and 30. RGB value is (112,1,48). Sum of RGB (Red+Green+Blue) = 112+1+48=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700130 is #8FFECF. Grayscale: #272727. Windows color (decimal): -9436880 or 3146096. OLE color: 3146096.

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

Color convert

RGB 112 1 48 -
CMYK 0 0.99 0.57 0.56
HSL 334.59º 0.98% 0.22% -
HSV(B) 334.59º 0.99% 0.44% -
XYZ 7.23 3.68 3.13 -
YUV 39.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 112 1 48 0 0.99 0.57 0.56 334.59 0.98 0.22
Hex 70 1 30 0 63 39 38 14F 62 16
Octal 160 1 60 0 143 71 70 517 142 26
Binary 1110000 1 110000 0 1100011 111001 111000 101001111 1100010 10110

Color Harmonies of #700130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700130

Black with #700130

Text Example


Text Example

White with #700130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700130; }

 p { color: rgb(112,1,48); }

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

background-color css

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

 a { background-color: rgb(112,1,48); }

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

border-color css

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

 span { border-color: rgb(112,1,48); }

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