Html Css Color HEX #700184 Purple

📋 copy color: '#700184'

red 112 ◦ green 1 ◦ blue 132

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

Shades of Purple #700184

Tints of Purple #700184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 45.71%
G = 0.41%
B = 53.88%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700184 (or 0x700184) is known color: Purple. HEX triplet: 70, 01 and 84. RGB value is (112,1,132). Sum of RGB (Red+Green+Blue) = 112+1+132=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #700184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700184 is #8FFE7B. Grayscale: #303030. Windows color (decimal): -9436796 or 8651120. OLE color: 8651120.

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

Color convert

RGB 112 1 132 -
CMYK 0.15 0.99 0 0.48
HSL 290.84º 0.98% 0.26% -
HSV(B) 290.84º 0.99% 0.52% -
XYZ 10.86 5.13 22.25 -
YUV 49.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 112 1 132 0.15 0.99 0 0.48 290.84 0.98 0.26
Hex 70 1 84 F 63 0 30 123 62 1A
Octal 160 1 204 17 143 0 60 443 142 32
Binary 1110000 1 10000100 1111 1100011 0 110000 100100011 1100010 11010

Color Harmonies of #700184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700184

Black with #700184

Text Example


Text Example

White with #700184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700184; }

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

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

background-color css

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

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

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

border-color css

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

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

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