Html Css Color HEX #700372 Purple

📋 copy color: '#700372'

red 112 ◦ green 3 ◦ blue 114

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

Shades of Purple #700372

Tints of Purple #700372

RGB

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

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

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

R = 48.91%
G = 1.31%
B = 49.78%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700372 (or 0x700372) is known color: Purple. HEX triplet: 70, 03 and 72. RGB value is (112,3,114). Sum of RGB (Red+Green+Blue) = 112+3+114=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #700372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700372 is #8FFC8D. Grayscale: #2F2F2F. Windows color (decimal): -9436302 or 7471984. OLE color: 7471984.

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

Color convert

RGB 112 3 114 -
CMYK 0.02 0.97 0 0.55
HSL 298.92º 0.95% 0.23% -
HSV(B) 298.92º 0.97% 0.45% -
XYZ 9.75 4.72 16.32 -
YUV 48.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 112 3 114 0.02 0.97 0 0.55 298.92 0.95 0.23
Hex 70 3 72 2 61 0 37 12B 5F 17
Octal 160 3 162 2 141 0 67 453 137 27
Binary 1110000 11 1110010 10 1100001 0 110111 100101011 1011111 10111

Color Harmonies of #700372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700372

Black with #700372

Text Example


Text Example

White with #700372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700372; }

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

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

background-color css

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

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

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

border-color css

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

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

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