Html Css Color HEX #700499 Purple

📋 copy color: '#700499'

red 112 ◦ green 4 ◦ blue 153

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

Shades of Purple #700499

Tints of Purple #700499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 41.64%
G = 1.49%
B = 56.88%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#700499 (or 0x700499) is known color: Purple. HEX triplet: 70, 04 and 99. RGB value is (112,4,153). Sum of RGB (Red+Green+Blue) = 112+4+153=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #700499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700499 is #8FFB66. Grayscale: #343434. Windows color (decimal): -9436007 or 10028144. OLE color: 10028144.

HSL color Cylindrical-coordinate representation of color #700499: hue angle of 283.49º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700499 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 4 153 -
CMYK 0.27 0.97 0 0.4
HSL 283.49º 0.95% 0.31% -
HSV(B) 283.49º 0.97% 0.6% -
XYZ 12.48 5.83 30.61 -
YUV 53.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 112 4 153 0.27 0.97 0 0.4 283.49 0.95 0.31
Hex 70 4 99 1B 61 0 28 11B 5F 1F
Octal 160 4 231 33 141 0 50 433 137 37
Binary 1110000 100 10011001 11011 1100001 0 101000 100011011 1011111 11111

Color Harmonies of #700499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700499

Black with #700499

Text Example


Text Example

White with #700499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700499; }

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

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

background-color css

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

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

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

border-color css

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

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

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