Html Css Color HEX #700895 Purple

📋 copy color: '#700895'

red 112 ◦ green 8 ◦ blue 149

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

Shades of Purple #700895

Tints of Purple #700895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 41.64%
G = 2.97%
B = 55.39%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700895 (or 0x700895) is known color: Purple. HEX triplet: 70, 08 and 95. RGB value is (112,8,149). Sum of RGB (Red+Green+Blue) = 112+8+149=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #700895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700895 is #8FF76A. Grayscale: #363636. Windows color (decimal): -9434987 or 9767024. OLE color: 9767024.

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

Color convert

RGB 112 8 149 -
CMYK 0.25 0.95 0 0.42
HSL 284.26º 0.9% 0.31% -
HSV(B) 284.26º 0.95% 0.58% -
XYZ 12.19 5.79 28.91 -
YUV 55.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 112 8 149 0.25 0.95 0 0.42 284.26 0.9 0.31
Hex 70 8 95 19 5F 0 2A 11C 5A 1F
Octal 160 10 225 31 137 0 52 434 132 37
Binary 1110000 1000 10010101 11001 1011111 0 101010 100011100 1011010 11111

Color Harmonies of #700895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700895

Black with #700895

Text Example


Text Example

White with #700895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700895; }

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

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

background-color css

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

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

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

border-color css

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

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

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