Html Css Color HEX #700584 Purple

📋 copy color: '#700584'

red 112 ◦ green 5 ◦ blue 132

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

Shades of Purple #700584

Tints of Purple #700584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 44.98%
G = 2.01%
B = 53.01%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700584 (or 0x700584) is known color: Purple. HEX triplet: 70, 05 and 84. RGB value is (112,5,132). Sum of RGB (Red+Green+Blue) = 112+5+132=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #700584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700584 is #8FFA7B. Grayscale: #333333. Windows color (decimal): -9435772 or 8652144. OLE color: 8652144.

HSL color Cylindrical-coordinate representation of color #700584: hue angle of 290.55º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700584 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 5 132 -
CMYK 0.15 0.96 0 0.48
HSL 290.55º 0.93% 0.27% -
HSV(B) 290.55º 0.96% 0.52% -
XYZ 10.9 5.22 22.26 -
YUV 51.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 112 5 132 0.15 0.96 0 0.48 290.55 0.93 0.27
Hex 70 5 84 F 60 0 30 123 5D 1B
Octal 160 5 204 17 140 0 60 443 135 33
Binary 1110000 101 10000100 1111 1100000 0 110000 100100011 1011101 11011

Color Harmonies of #700584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700584

Black with #700584

Text Example


Text Example

White with #700584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700584; }

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

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

background-color css

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

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

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

border-color css

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

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

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