Html Css Color HEX #700672 Purple

📋 copy color: '#700672'

red 112 ◦ green 6 ◦ blue 114

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

Shades of Purple #700672

Tints of Purple #700672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 48.28%
G = 2.59%
B = 49.14%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700672 (or 0x700672) is known color: Purple. HEX triplet: 70, 06 and 72. RGB value is (112,6,114). Sum of RGB (Red+Green+Blue) = 112+6+114=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #700672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700672 is #8FF98D. Grayscale: #313131. Windows color (decimal): -9435534 or 7472752. OLE color: 7472752.

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

Color convert

RGB 112 6 114 -
CMYK 0.02 0.95 0 0.55
HSL 298.89º 0.9% 0.24% -
HSV(B) 298.89º 0.95% 0.45% -
XYZ 9.78 4.79 16.33 -
YUV 50.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 112 6 114 0.02 0.95 0 0.55 298.89 0.9 0.24
Hex 70 6 72 2 5F 0 37 12B 5A 18
Octal 160 6 162 2 137 0 67 453 132 30
Binary 1110000 110 1110010 10 1011111 0 110111 100101011 1011010 11000

Color Harmonies of #700672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700672

Black with #700672

Text Example


Text Example

White with #700672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700672; }

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

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

background-color css

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

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

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

border-color css

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

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

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