Html Css Color HEX #700195 Purple

📋 copy color: '#700195'

red 112 ◦ green 1 ◦ blue 149

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

Shades of Purple #700195

Tints of Purple #700195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 42.75%
G = 0.38%
B = 56.87%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700195 (or 0x700195) is known color: Purple. HEX triplet: 70, 01 and 95. RGB value is (112,1,149). Sum of RGB (Red+Green+Blue) = 112+1+149=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #700195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700195 is #8FFE6A. Grayscale: #323232. Windows color (decimal): -9436779 or 9765232. OLE color: 9765232.

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

Color convert

RGB 112 1 149 -
CMYK 0.25 0.99 0 0.42
HSL 285º 0.99% 0.29% -
HSV(B) 285º 0.99% 0.58% -
XYZ 12.12 5.64 28.88 -
YUV 51.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 112 1 149 0.25 0.99 0 0.42 285 0.99 0.29
Hex 70 1 95 19 63 0 2A 11D 63 1D
Octal 160 1 225 31 143 0 52 435 143 35
Binary 1110000 1 10010101 11001 1100011 0 101010 100011101 1100011 11101

Color Harmonies of #700195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700195

Black with #700195

Text Example


Text Example

White with #700195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700195; }

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

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

background-color css

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

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

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

border-color css

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

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

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