Html Css Color HEX #701583 Purple

📋 copy color: '#701583'

red 112 ◦ green 21 ◦ blue 131

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

Shades of Purple #701583

Tints of Purple #701583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 131 (51.56% from 255) = 49.62%

R = 42.42%
G = 7.95%
B = 49.62%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701583 (or 0x701583) is known color: Purple. HEX triplet: 70, 15 and 83. RGB value is (112,21,131). Sum of RGB (Red+Green+Blue) = 112+21+131=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #701583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701583 is #8FEA7C. Grayscale: #3C3C3C. Windows color (decimal): -9431677 or 8590704. OLE color: 8590704.

HSL color Cylindrical-coordinate representation of color #701583: hue angle of 289.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701583 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 21 131 -
CMYK 0.15 0.84 0 0.49
HSL 289.64º 0.72% 0.3% -
HSV(B) 289.64º 0.84% 0.51% -
XYZ 11.05 5.62 21.98 -
YUV 60.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 112 21 131 0.15 0.84 0 0.49 289.64 0.72 0.3
Hex 70 15 83 F 54 0 31 122 48 1E
Octal 160 25 203 17 124 0 61 442 110 36
Binary 1110000 10101 10000011 1111 1010100 0 110001 100100010 1001000 11110

Color Harmonies of #701583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701583

Black with #701583

Text Example


Text Example

White with #701583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701583; }

 p { color: rgb(112,21,131); }

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

background-color css

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

 a { background-color: rgb(112,21,131); }

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

border-color css

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

 span { border-color: rgb(112,21,131); }

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