Html Css Color HEX #700299 Purple

📋 copy color: '#700299'

red 112 ◦ green 2 ◦ blue 153

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

Shades of Purple #700299

Tints of Purple #700299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 41.95%
G = 0.75%
B = 57.3%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#700299 (or 0x700299) is known color: Purple. HEX triplet: 70, 02 and 99. RGB value is (112,2,153). Sum of RGB (Red+Green+Blue) = 112+2+153=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #700299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700299 is #8FFD66. Grayscale: #333333. Windows color (decimal): -9436519 or 10027632. OLE color: 10027632.

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

Color convert

RGB 112 2 153 -
CMYK 0.27 0.99 0 0.4
HSL 283.71º 0.97% 0.3% -
HSV(B) 283.71º 0.99% 0.6% -
XYZ 12.45 5.79 30.6 -
YUV 52.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 112 2 153 0.27 0.99 0 0.4 283.71 0.97 0.3
Hex 70 2 99 1B 63 0 28 11C 61 1E
Octal 160 2 231 33 143 0 50 434 141 36
Binary 1110000 10 10011001 11011 1100011 0 101000 100011100 1100001 11110

Color Harmonies of #700299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700299

Black with #700299

Text Example


Text Example

White with #700299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700299; }

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

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

background-color css

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

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

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

border-color css

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

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

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