Html Css Color HEX #70058A Purple

📋 copy color: '#70058A'

red 112 ◦ green 5 ◦ blue 138

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

Shades of Purple #70058A

Tints of Purple #70058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 43.92%
G = 1.96%
B = 54.12%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70058A (or 0x70058A) is known color: Purple. HEX triplet: 70, 05 and 8A. RGB value is (112,5,138). Sum of RGB (Red+Green+Blue) = 112+5+138=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #70058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70058A is #8FFA75. Grayscale: #333333. Windows color (decimal): -9435766 or 9045360. OLE color: 9045360.

HSL color Cylindrical-coordinate representation of color #70058A: hue angle of 288.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70058A is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 5 138 -
CMYK 0.19 0.96 0 0.46
HSL 288.27º 0.93% 0.28% -
HSV(B) 288.27º 0.96% 0.54% -
XYZ 11.32 5.39 24.49 -
YUV 52.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 112 5 138 0.19 0.96 0 0.46 288.27 0.93 0.28
Hex 70 5 8A 13 60 0 2E 120 5D 1C
Octal 160 5 212 23 140 0 56 440 135 34
Binary 1110000 101 10001010 10011 1100000 0 101110 100100000 1011101 11100

Color Harmonies of #70058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70058A

Black with #70058A

Text Example


Text Example

White with #70058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70058A; }

 p { color: rgb(112,5,138); }

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

background-color css

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

 a { background-color: rgb(112,5,138); }

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

border-color css

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

 span { border-color: rgb(112,5,138); }

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