Html Css Color HEX #701884 Purple

📋 copy color: '#701884'

red 112 ◦ green 24 ◦ blue 132

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

Shades of Purple #701884

Tints of Purple #701884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 41.79%
G = 8.96%
B = 49.25%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#701884 (or 0x701884) is known color: Purple. HEX triplet: 70, 18 and 84. RGB value is (112,24,132). Sum of RGB (Red+Green+Blue) = 112+24+132=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #701884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701884 is #8FE77B. Grayscale: #3E3E3E. Windows color (decimal): -9430908 or 8657008. OLE color: 8657008.

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

Color convert

RGB 112 24 132 -
CMYK 0.15 0.82 0 0.48
HSL 288.89º 0.69% 0.31% -
HSV(B) 288.89º 0.82% 0.52% -
XYZ 11.17 5.76 22.35 -
YUV 62.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 112 24 132 0.15 0.82 0 0.48 288.89 0.69 0.31
Hex 70 18 84 F 52 0 30 121 45 1F
Octal 160 30 204 17 122 0 60 441 105 37
Binary 1110000 11000 10000100 1111 1010010 0 110000 100100001 1000101 11111

Color Harmonies of #701884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701884

Black with #701884

Text Example


Text Example

White with #701884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701884; }

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

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

background-color css

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

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

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

border-color css

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

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

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