Html Css Color HEX #700798 Purple

📋 copy color: '#700798'

red 112 ◦ green 7 ◦ blue 152

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

Shades of Purple #700798

Tints of Purple #700798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 41.33%
G = 2.58%
B = 56.09%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700798 (or 0x700798) is known color: Purple. HEX triplet: 70, 07 and 98. RGB value is (112,7,152). Sum of RGB (Red+Green+Blue) = 112+7+152=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #700798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700798 is #8FF867. Grayscale: #363636. Windows color (decimal): -9435240 or 9963376. OLE color: 9963376.

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

Color convert

RGB 112 7 152 -
CMYK 0.26 0.95 0 0.40
HSL 283.45º 0.91% 0.31% -
HSV(B) 283.45º 0.95% 0.6% -
XYZ 12.43 5.86 30.18 -
YUV 54.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 112 7 152 0.26 0.95 0 0.40 283.45 0.91 0.31
Hex 70 7 98 1A 5F 0 28 11B 5B 1F
Octal 160 7 230 32 137 0 50 433 133 37
Binary 1110000 111 10011000 11010 1011111 0 101000 100011011 1011011 11111

Color Harmonies of #700798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700798

Black with #700798

Text Example


Text Example

White with #700798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700798; }

 p { color: rgb(112,7,152); }

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

background-color css

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

 a { background-color: rgb(112,7,152); }

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

border-color css

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

 span { border-color: rgb(112,7,152); }

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