Html Css Color HEX #700373 Purple

📋 copy color: '#700373'

red 112 ◦ green 3 ◦ blue 115

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

Shades of Purple #700373

Tints of Purple #700373

RGB

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

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

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

R = 48.7%
G = 1.3%
B = 50%

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

#700373 (or 0x700373) is known color: Purple. HEX triplet: 70, 03 and 73. RGB value is (112,3,115). Sum of RGB (Red+Green+Blue) = 112+3+115=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #700373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700373 is #8FFC8C. Grayscale: #303030. Windows color (decimal): -9436301 or 7537520. OLE color: 7537520.

HSL color Cylindrical-coordinate representation of color #700373: hue angle of 298.39º degrees, saturation: 0.95, 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 #700373 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 3 115 -
CMYK 0.03 0.97 0 0.55
HSL 298.39º 0.95% 0.23% -
HSV(B) 298.39º 0.97% 0.45% -
XYZ 9.81 4.75 16.62 -
YUV 48.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 112 3 115 0.03 0.97 0 0.55 298.39 0.95 0.23
Hex 70 3 73 3 61 0 37 12A 5F 17
Octal 160 3 163 3 141 0 67 452 137 27
Binary 1110000 11 1110011 11 1100001 0 110111 100101010 1011111 10111

Color Harmonies of #700373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700373

Black with #700373

Text Example


Text Example

White with #700373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700373; }

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

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

background-color css

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

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

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

border-color css

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

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

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