Html Css Color HEX #700897 Purple

📋 copy color: '#700897'

red 112 ◦ green 8 ◦ blue 151

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

Shades of Purple #700897

Tints of Purple #700897

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 41.33%
G = 2.95%
B = 55.72%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#700897 (or 0x700897) is known color: Purple. HEX triplet: 70, 08 and 97. RGB value is (112,8,151). Sum of RGB (Red+Green+Blue) = 112+8+151=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #700897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700897 is #8FF768. Grayscale: #363636. Windows color (decimal): -9434985 or 9898096. OLE color: 9898096.

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

Color convert

RGB 112 8 151 -
CMYK 0.26 0.95 0 0.41
HSL 283.64º 0.9% 0.31% -
HSV(B) 283.64º 0.95% 0.59% -
XYZ 12.35 5.85 29.76 -
YUV 55.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 112 8 151 0.26 0.95 0 0.41 283.64 0.9 0.31
Hex 70 8 97 1A 5F 0 29 11C 5A 1F
Octal 160 10 227 32 137 0 51 434 132 37
Binary 1110000 1000 10010111 11010 1011111 0 101001 100011100 1011010 11111

Color Harmonies of #700897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700897

Black with #700897

Text Example


Text Example

White with #700897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700897; }

 p { color: rgb(112,8,151); }

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

background-color css

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

 a { background-color: rgb(112,8,151); }

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

border-color css

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

 span { border-color: rgb(112,8,151); }

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