Html Css Color HEX #70187D Purple

📋 copy color: '#70187D'

red 112 ◦ green 24 ◦ blue 125

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

Shades of Purple #70187D

Tints of Purple #70187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 42.91%
G = 9.2%
B = 47.89%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70187D (or 0x70187D) is known color: Purple. HEX triplet: 70, 18 and 7D. RGB value is (112,24,125). Sum of RGB (Red+Green+Blue) = 112+24+125=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #70187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70187D is #8FE782. Grayscale: #3D3D3D. Windows color (decimal): -9430915 or 8198256. OLE color: 8198256.

HSL color Cylindrical-coordinate representation of color #70187D: hue angle of 292.28º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70187D is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 24 125 -
CMYK 0.10 0.81 0 0.51
HSL 292.28º 0.68% 0.29% -
HSV(B) 292.28º 0.81% 0.49% -
XYZ 10.71 5.58 19.91 -
YUV 61.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 112 24 125 0.10 0.81 0 0.51 292.28 0.68 0.29
Hex 70 18 7D A 51 0 33 124 44 1D
Octal 160 30 175 12 121 0 63 444 104 35
Binary 1110000 11000 1111101 1010 1010001 0 110011 100100100 1000100 11101

Color Harmonies of #70187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70187D

Black with #70187D

Text Example


Text Example

White with #70187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70187D; }

 p { color: rgb(112,24,125); }

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

background-color css

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

 a { background-color: rgb(112,24,125); }

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

border-color css

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

 span { border-color: rgb(112,24,125); }

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