Html Css Color HEX #700232 Tyrian Purple

📋 copy color: '#700232'

red 112 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #700232

Tints of Tyrian Purple #700232

RGB

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

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

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

R = 68.29%
G = 1.22%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700232 (or 0x700232) is known color: Tyrian Purple. HEX triplet: 70, 02 and 32. RGB value is (112,2,50). Sum of RGB (Red+Green+Blue) = 112+2+50=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #700232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700232 is #8FFDCD. Grayscale: #282828. Windows color (decimal): -9436622 or 3277424. OLE color: 3277424.

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

Color convert

RGB 112 2 50 -
CMYK 0 0.98 0.55 0.56
HSL 333.82º 0.96% 0.22% -
HSV(B) 333.82º 0.98% 0.44% -
XYZ 7.28 3.72 3.35 -
YUV 40.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 112 2 50 0 0.98 0.55 0.56 333.82 0.96 0.22
Hex 70 2 32 0 62 37 38 14E 60 16
Octal 160 2 62 0 142 67 70 516 140 26
Binary 1110000 10 110010 0 1100010 110111 111000 101001110 1100000 10110

Color Harmonies of #700232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700232

Black with #700232

Text Example


Text Example

White with #700232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700232; }

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

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

background-color css

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

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

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

border-color css

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

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

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