Html Css Color HEX #700673 Purple

📋 copy color: '#700673'

red 112 ◦ green 6 ◦ blue 115

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

Shades of Purple #700673

Tints of Purple #700673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

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

R = 48.07%
G = 2.58%
B = 49.36%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700673 (or 0x700673) is known color: Purple. HEX triplet: 70, 06 and 73. RGB value is (112,6,115). Sum of RGB (Red+Green+Blue) = 112+6+115=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #700673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700673 is #8FF98C. Grayscale: #313131. Windows color (decimal): -9435533 or 7538288. OLE color: 7538288.

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

Color convert

RGB 112 6 115 -
CMYK 0.03 0.95 0 0.55
HSL 298.35º 0.9% 0.24% -
HSV(B) 298.35º 0.95% 0.45% -
XYZ 9.84 4.81 16.63 -
YUV 50.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 112 6 115 0.03 0.95 0 0.55 298.35 0.9 0.24
Hex 70 6 73 3 5F 0 37 12A 5A 18
Octal 160 6 163 3 137 0 67 452 132 30
Binary 1110000 110 1110011 11 1011111 0 110111 100101010 1011010 11000

Color Harmonies of #700673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700673

Black with #700673

Text Example


Text Example

White with #700673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700673; }

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

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

background-color css

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

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

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

border-color css

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

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

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