Html Css Color HEX #700484 Purple

📋 copy color: '#700484'

red 112 ◦ green 4 ◦ blue 132

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

Shades of Purple #700484

Tints of Purple #700484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 45.16%
G = 1.61%
B = 53.23%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700484 (or 0x700484) is known color: Purple. HEX triplet: 70, 04 and 84. RGB value is (112,4,132). Sum of RGB (Red+Green+Blue) = 112+4+132=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #700484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700484 is #8FFB7B. Grayscale: #323232. Windows color (decimal): -9436028 or 8651888. OLE color: 8651888.

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

Color convert

RGB 112 4 132 -
CMYK 0.15 0.97 0 0.48
HSL 290.63º 0.94% 0.27% -
HSV(B) 290.63º 0.97% 0.52% -
XYZ 10.89 5.2 22.26 -
YUV 50.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 112 4 132 0.15 0.97 0 0.48 290.63 0.94 0.27
Hex 70 4 84 F 61 0 30 123 5E 1B
Octal 160 4 204 17 141 0 60 443 136 33
Binary 1110000 100 10000100 1111 1100001 0 110000 100100011 1011110 11011

Color Harmonies of #700484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700484

Black with #700484

Text Example


Text Example

White with #700484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700484; }

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

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

background-color css

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

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

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

border-color css

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

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

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