Html Css Color HEX #700472 Purple

📋 copy color: '#700472'

red 112 ◦ green 4 ◦ blue 114

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

Shades of Purple #700472

Tints of Purple #700472

RGB

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

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

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

R = 48.7%
G = 1.74%
B = 49.57%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700472 (or 0x700472) is known color: Purple. HEX triplet: 70, 04 and 72. RGB value is (112,4,114). Sum of RGB (Red+Green+Blue) = 112+4+114=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #700472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700472 is #8FFB8D. Grayscale: #303030. Windows color (decimal): -9436046 or 7472240. OLE color: 7472240.

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

Color convert

RGB 112 4 114 -
CMYK 0.02 0.96 0 0.55
HSL 298.91º 0.93% 0.23% -
HSV(B) 298.91º 0.96% 0.45% -
XYZ 9.76 4.75 16.32 -
YUV 48.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 112 4 114 0.02 0.96 0 0.55 298.91 0.93 0.23
Hex 70 4 72 2 60 0 37 12B 5D 17
Octal 160 4 162 2 140 0 67 453 135 27
Binary 1110000 100 1110010 10 1100000 0 110111 100101011 1011101 10111

Color Harmonies of #700472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700472

Black with #700472

Text Example


Text Example

White with #700472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700472; }

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

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

background-color css

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

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

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

border-color css

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

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

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