Html Css Color HEX #70038E Purple

📋 copy color: '#70038E'

red 112 ◦ green 3 ◦ blue 142

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

Shades of Purple #70038E

Tints of Purple #70038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 43.58%
G = 1.17%
B = 55.25%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70038E (or 0x70038E) is known color: Purple. HEX triplet: 70, 03 and 8E. RGB value is (112,3,142). Sum of RGB (Red+Green+Blue) = 112+3+142=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #70038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70038E is #8FFC71. Grayscale: #323232. Windows color (decimal): -9436274 or 9306992. OLE color: 9306992.

HSL color Cylindrical-coordinate representation of color #70038E: hue angle of 287.05º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70038E is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 3 142 -
CMYK 0.21 0.98 0 0.44
HSL 287.05º 0.96% 0.28% -
HSV(B) 287.05º 0.98% 0.56% -
XYZ 11.6 5.46 26.03 -
YUV 51.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 112 3 142 0.21 0.98 0 0.44 287.05 0.96 0.28
Hex 70 3 8E 15 62 0 2C 11F 60 1C
Octal 160 3 216 25 142 0 54 437 140 34
Binary 1110000 11 10001110 10101 1100010 0 101100 100011111 1100000 11100

Color Harmonies of #70038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70038E

Black with #70038E

Text Example


Text Example

White with #70038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70038E; }

 p { color: rgb(112,3,142); }

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

background-color css

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

 a { background-color: rgb(112,3,142); }

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

border-color css

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

 span { border-color: rgb(112,3,142); }

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