Html Css Color HEX #700084 Purple

📋 copy color: '#700084'

red 112 ◦ green 0 ◦ blue 132

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

Shades of Purple #700084

Tints of Purple #700084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.9%
G = 0%
B = 54.1%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700084 (or 0x700084) is known color: Purple. HEX triplet: 70, 00 and 84. RGB value is (112,0,132). Sum of RGB (Red+Green+Blue) = 112+0+132=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #700084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700084 is #8FFF7B. Grayscale: #303030. Windows color (decimal): -9437052 or 8650864. OLE color: 8650864.

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

Color convert

RGB 112 0 132 -
CMYK 0.15 1 0 0.48
HSL 290.91º 1% 0.26% -
HSV(B) 290.91º 1% 0.52% -
XYZ 10.85 5.11 22.24 -
YUV 48.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 112 0 132 0.15 1 0 0.48 290.91 1 0.26
Hex 70 0 84 F 64 0 30 123 64 1A
Octal 160 0 204 17 144 0 60 443 144 32
Binary 1110000 0 10000100 1111 1100100 0 110000 100100011 1100100 11010

Color Harmonies of #700084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700084

Black with #700084

Text Example


Text Example

White with #700084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700084; }

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

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

background-color css

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

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

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

border-color css

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

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

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