Html Css Color HEX #700893 Purple

📋 copy color: '#700893'

red 112 ◦ green 8 ◦ blue 147

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

Shades of Purple #700893

Tints of Purple #700893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 41.95%
G = 3%
B = 55.06%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700893 (or 0x700893) is known color: Purple. HEX triplet: 70, 08 and 93. RGB value is (112,8,147). Sum of RGB (Red+Green+Blue) = 112+8+147=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #700893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700893 is #8FF76C. Grayscale: #363636. Windows color (decimal): -9434989 or 9635952. OLE color: 9635952.

HSL color Cylindrical-coordinate representation of color #700893: hue angle of 284.89º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700893 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 8 147 -
CMYK 0.24 0.95 0 0.42
HSL 284.89º 0.9% 0.3% -
HSV(B) 284.89º 0.95% 0.58% -
XYZ 12.04 5.72 28.07 -
YUV 54.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 112 8 147 0.24 0.95 0 0.42 284.89 0.9 0.3
Hex 70 8 93 18 5F 0 2A 11D 5A 1E
Octal 160 10 223 30 137 0 52 435 132 36
Binary 1110000 1000 10010011 11000 1011111 0 101010 100011101 1011010 11110

Color Harmonies of #700893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700893

Black with #700893

Text Example


Text Example

White with #700893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700893; }

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

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

background-color css

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

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

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

border-color css

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

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

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