Html Css Color HEX #700490 Purple

📋 copy color: '#700490'

red 112 ◦ green 4 ◦ blue 144

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

Shades of Purple #700490

Tints of Purple #700490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 43.08%
G = 1.54%
B = 55.38%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#700490 (or 0x700490) is known color: Purple. HEX triplet: 70, 04 and 90. RGB value is (112,4,144). Sum of RGB (Red+Green+Blue) = 112+4+144=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #700490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700490 is #8FFB6F. Grayscale: #333333. Windows color (decimal): -9436016 or 9438320. OLE color: 9438320.

HSL color Cylindrical-coordinate representation of color #700490: hue angle of 286.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700490 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 4 144 -
CMYK 0.22 0.97 0 0.44
HSL 286.29º 0.95% 0.29% -
HSV(B) 286.29º 0.97% 0.56% -
XYZ 11.76 5.55 26.84 -
YUV 52.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 112 4 144 0.22 0.97 0 0.44 286.29 0.95 0.29
Hex 70 4 90 16 61 0 2C 11E 5F 1D
Octal 160 4 220 26 141 0 54 436 137 35
Binary 1110000 100 10010000 10110 1100001 0 101100 100011110 1011111 11101

Color Harmonies of #700490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700490

Black with #700490

Text Example


Text Example

White with #700490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700490; }

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

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

background-color css

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

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

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

border-color css

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

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

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