Html Css Color HEX #700532 Tyrian Purple

📋 copy color: '#700532'

red 112 ◦ green 5 ◦ blue 50

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

Shades of Tyrian Purple #700532

Tints of Tyrian Purple #700532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 67.07%
G = 2.99%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700532 (or 0x700532) is known color: Tyrian Purple. HEX triplet: 70, 05 and 32. RGB value is (112,5,50). Sum of RGB (Red+Green+Blue) = 112+5+50=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700532 is #8FFACD. Grayscale: #2A2A2A. Windows color (decimal): -9435854 or 3278192. OLE color: 3278192.

HSL color Cylindrical-coordinate representation of color #700532: hue angle of 334.77º 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 #700532 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 50 -
CMYK 0 0.96 0.55 0.56
HSL 334.77º 0.91% 0.23% -
HSV(B) 334.77º 0.96% 0.44% -
XYZ 7.31 3.78 3.36 -
YUV 42.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 112 5 50 0 0.96 0.55 0.56 334.77 0.91 0.23
Hex 70 5 32 0 60 37 38 14F 5B 17
Octal 160 5 62 0 140 67 70 517 133 27
Binary 1110000 101 110010 0 1100000 110111 111000 101001111 1011011 10111

Color Harmonies of #700532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700532

Black with #700532

Text Example


Text Example

White with #700532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700532; }

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

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

background-color css

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

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

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

border-color css

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

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

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