Html Css Color HEX #700530 Tyrian Purple

📋 copy color: '#700530'

red 112 ◦ green 5 ◦ blue 48

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

Shades of Tyrian Purple #700530

Tints of Tyrian Purple #700530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 67.88%
G = 3.03%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#700530 (or 0x700530) is known color: Tyrian Purple. HEX triplet: 70, 05 and 30. RGB value is (112,5,48). Sum of RGB (Red+Green+Blue) = 112+5+48=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #700530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700530 is #8FFACF. Grayscale: #292929. Windows color (decimal): -9435856 or 3147120. OLE color: 3147120.

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

Color convert

RGB 112 5 48 -
CMYK 0 0.96 0.57 0.56
HSL 335.89º 0.91% 0.23% -
HSV(B) 335.89º 0.96% 0.44% -
XYZ 7.27 3.77 3.14 -
YUV 41.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 112 5 48 0 0.96 0.57 0.56 335.89 0.91 0.23
Hex 70 5 30 0 60 39 38 150 5B 17
Octal 160 5 60 0 140 71 70 520 133 27
Binary 1110000 101 110000 0 1100000 111001 111000 101010000 1011011 10111

Color Harmonies of #700530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700530

Black with #700530

Text Example


Text Example

White with #700530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700530; }

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

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

background-color css

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

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

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

border-color css

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

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

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