Html Css Color HEX #700591 Purple

📋 copy color: '#700591'

red 112 ◦ green 5 ◦ blue 145

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

Shades of Purple #700591

Tints of Purple #700591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 42.75%
G = 1.91%
B = 55.34%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700591 (or 0x700591) is known color: Purple. HEX triplet: 70, 05 and 91. RGB value is (112,5,145). Sum of RGB (Red+Green+Blue) = 112+5+145=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #700591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700591 is #8FFA6E. Grayscale: #343434. Windows color (decimal): -9435759 or 9504112. OLE color: 9504112.

HSL color Cylindrical-coordinate representation of color #700591: hue angle of 285.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700591 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 5 145 -
CMYK 0.23 0.97 0 0.43
HSL 285.86º 0.93% 0.29% -
HSV(B) 285.86º 0.97% 0.57% -
XYZ 11.85 5.6 27.24 -
YUV 52.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 112 5 145 0.23 0.97 0 0.43 285.86 0.93 0.29
Hex 70 5 91 17 61 0 2B 11E 5D 1D
Octal 160 5 221 27 141 0 53 436 135 35
Binary 1110000 101 10010001 10111 1100001 0 101011 100011110 1011101 11101

Color Harmonies of #700591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700591

Black with #700591

Text Example


Text Example

White with #700591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700591; }

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

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

background-color css

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

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

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

border-color css

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

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

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