Html Css Color HEX #731270 Dark Purple

📋 copy color: '#731270'

red 115 ◦ green 18 ◦ blue 112

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

Shades of Dark Purple #731270

Tints of Dark Purple #731270

RGB

 RED value IS 115 (45.31% from 255) = 46.94%

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 46.94%
G = 7.35%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#731270 (or 0x731270) is known color: Dark Purple. HEX triplet: 73, 12 and 70. RGB value is (115,18,112). Sum of RGB (Red+Green+Blue) = 115+18+112=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731270 is #8CED8F. Grayscale: #393939. Windows color (decimal): -9235856 or 7344755. OLE color: 7344755.

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

Color convert

RGB 115 18 112 -
CMYK 0 0.84 0.03 0.55
HSL 301.86º 0.73% 0.26% -
HSV(B) 301.86º 0.84% 0.45% -
XYZ 10.21 5.25 15.8 -
YUV 57.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 115 18 112 0 0.84 0.03 0.55 301.86 0.73 0.26
Hex 73 12 70 0 54 3 37 12E 49 1A
Octal 163 22 160 0 124 3 67 456 111 32
Binary 1110011 10010 1110000 0 1010100 11 110111 100101110 1001001 11010

Color Harmonies of #731270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731270

Black with #731270

Text Example


Text Example

White with #731270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731270; }

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

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

background-color css

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

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

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

border-color css

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

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

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