Html Css Color HEX #731281 Purple

📋 copy color: '#731281'

red 115 ◦ green 18 ◦ blue 129

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

Shades of Purple #731281

Tints of Purple #731281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 43.89%
G = 6.87%
B = 49.24%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731281 (or 0x731281) is known color: Purple. HEX triplet: 73, 12 and 81. RGB value is (115,18,129). Sum of RGB (Red+Green+Blue) = 115+18+129=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #731281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731281 is #8CED7E. Grayscale: #3B3B3B. Windows color (decimal): -9235839 or 8458867. OLE color: 8458867.

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

Color convert

RGB 115 18 129 -
CMYK 0.11 0.86 0 0.49
HSL 292.43º 0.76% 0.29% -
HSV(B) 292.43º 0.86% 0.51% -
XYZ 11.25 5.66 21.27 -
YUV 59.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 115 18 129 0.11 0.86 0 0.49 292.43 0.76 0.29
Hex 73 12 81 B 56 0 31 124 4C 1D
Octal 163 22 201 13 126 0 61 444 114 35
Binary 1110011 10010 10000001 1011 1010110 0 110001 100100100 1001100 11101

Color Harmonies of #731281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731281

Black with #731281

Text Example


Text Example

White with #731281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731281; }

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

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

background-color css

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

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

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

border-color css

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

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

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