Html Css Color HEX #700473 Purple

📋 copy color: '#700473'

red 112 ◦ green 4 ◦ blue 115

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

Shades of Purple #700473

Tints of Purple #700473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 48.48%
G = 1.73%
B = 49.78%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700473 (or 0x700473) is known color: Purple. HEX triplet: 70, 04 and 73. RGB value is (112,4,115). Sum of RGB (Red+Green+Blue) = 112+4+115=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #700473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700473 is #8FFB8C. Grayscale: #303030. Windows color (decimal): -9436045 or 7537776. OLE color: 7537776.

HSL color Cylindrical-coordinate representation of color #700473: hue angle of 298.38º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700473 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 4 115 -
CMYK 0.03 0.97 0 0.55
HSL 298.38º 0.93% 0.23% -
HSV(B) 298.38º 0.97% 0.45% -
XYZ 9.82 4.77 16.62 -
YUV 48.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 112 4 115 0.03 0.97 0 0.55 298.38 0.93 0.23
Hex 70 4 73 3 61 0 37 12A 5D 17
Octal 160 4 163 3 141 0 67 452 135 27
Binary 1110000 100 1110011 11 1100001 0 110111 100101010 1011101 10111

Color Harmonies of #700473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700473

Black with #700473

Text Example


Text Example

White with #700473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700473; }

 p { color: rgb(112,4,115); }

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

background-color css

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

 a { background-color: rgb(112,4,115); }

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

border-color css

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

 span { border-color: rgb(112,4,115); }

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