Html Css Color HEX #700632 Tyrian Purple

📋 copy color: '#700632'

red 112 ◦ green 6 ◦ blue 50

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

Shades of Tyrian Purple #700632

Tints of Tyrian Purple #700632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

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

R = 66.67%
G = 3.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#700632 (or 0x700632) is known color: Tyrian Purple. HEX triplet: 70, 06 and 32. RGB value is (112,6,50). Sum of RGB (Red+Green+Blue) = 112+6+50=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700632 is #8FF9CD. Grayscale: #2A2A2A. Windows color (decimal): -9435598 or 3278448. OLE color: 3278448.

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

Color convert

RGB 112 6 50 -
CMYK 0 0.95 0.55 0.56
HSL 335.09º 0.9% 0.23% -
HSV(B) 335.09º 0.95% 0.44% -
XYZ 7.32 3.81 3.37 -
YUV 42.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 112 6 50 0 0.95 0.55 0.56 335.09 0.9 0.23
Hex 70 6 32 0 5F 37 38 14F 5A 17
Octal 160 6 62 0 137 67 70 517 132 27
Binary 1110000 110 110010 0 1011111 110111 111000 101001111 1011010 10111

Color Harmonies of #700632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700632

Black with #700632

Text Example


Text Example

White with #700632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700632; }

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

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

background-color css

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

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

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

border-color css

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

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

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