Html Css Color HEX #731082 Purple

📋 copy color: '#731082'

red 115 ◦ green 16 ◦ blue 130

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

Shades of Purple #731082

Tints of Purple #731082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 130 (51.17% from 255) = 49.81%

R = 44.06%
G = 6.13%
B = 49.81%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731082 (or 0x731082) is known color: Purple. HEX triplet: 73, 10 and 82. RGB value is (115,16,130). Sum of RGB (Red+Green+Blue) = 115+16+130=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #731082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731082 is #8CEF7D. Grayscale: #3A3A3A. Windows color (decimal): -9236350 or 8523891. OLE color: 8523891.

HSL color Cylindrical-coordinate representation of color #731082: hue angle of 292.11º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731082 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 16 130 -
CMYK 0.12 0.88 0 0.49
HSL 292.11º 0.78% 0.29% -
HSV(B) 292.11º 0.88% 0.51% -
XYZ 11.28 5.63 21.61 -
YUV 58.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 115 16 130 0.12 0.88 0 0.49 292.11 0.78 0.29
Hex 73 10 82 C 58 0 31 124 4E 1D
Octal 163 20 202 14 130 0 61 444 116 35
Binary 1110011 10000 10000010 1100 1011000 0 110001 100100100 1001110 11101

Color Harmonies of #731082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731082

Black with #731082

Text Example


Text Example

White with #731082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731082; }

 p { color: rgb(115,16,130); }

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

background-color css

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

 a { background-color: rgb(115,16,130); }

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

border-color css

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

 span { border-color: rgb(115,16,130); }

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