Html Css Color HEX #700096 Purple

📋 copy color: '#700096'

red 112 ◦ green 0 ◦ blue 150

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

Shades of Purple #700096

Tints of Purple #700096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 42.75%
G = 0%
B = 57.25%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#700096 (or 0x700096) is known color: Purple. HEX triplet: 70, 00 and 96. RGB value is (112,0,150). Sum of RGB (Red+Green+Blue) = 112+0+150=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #700096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700096 is #8FFF69. Grayscale: #323232. Windows color (decimal): -9437034 or 9830512. OLE color: 9830512.

HSL color Cylindrical-coordinate representation of color #700096: hue angle of 284.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700096 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 0 150 -
CMYK 0.25 1 0 0.41
HSL 284.8º 1% 0.29% -
HSV(B) 284.8º 1% 0.59% -
XYZ 12.19 5.65 29.3 -
YUV 50.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 112 0 150 0.25 1 0 0.41 284.8 1 0.29
Hex 70 0 96 19 64 0 29 11D 64 1D
Octal 160 0 226 31 144 0 51 435 144 35
Binary 1110000 0 10010110 11001 1100100 0 101001 100011101 1100100 11101

Color Harmonies of #700096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700096

Black with #700096

Text Example


Text Example

White with #700096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700096; }

 p { color: rgb(112,0,150); }

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

background-color css

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

 a { background-color: rgb(112,0,150); }

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

border-color css

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

 span { border-color: rgb(112,0,150); }

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