Html Css Color HEX #731884 Purple

📋 copy color: '#731884'

red 115 ◦ green 24 ◦ blue 132

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

Shades of Purple #731884

Tints of Purple #731884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 42.44%
G = 8.86%
B = 48.71%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731884 (or 0x731884) is known color: Purple. HEX triplet: 73, 18 and 84. RGB value is (115,24,132). Sum of RGB (Red+Green+Blue) = 115+24+132=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #731884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731884 is #8CE77B. Grayscale: #3F3F3F. Windows color (decimal): -9234300 or 8657011. OLE color: 8657011.

HSL color Cylindrical-coordinate representation of color #731884: hue angle of 290.56º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731884 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 24 132 -
CMYK 0.13 0.82 0 0.48
HSL 290.56º 0.69% 0.31% -
HSV(B) 290.56º 0.82% 0.52% -
XYZ 11.56 5.96 22.37 -
YUV 63.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 115 24 132 0.13 0.82 0 0.48 290.56 0.69 0.31
Hex 73 18 84 D 52 0 30 123 45 1F
Octal 163 30 204 15 122 0 60 443 105 37
Binary 1110011 11000 10000100 1101 1010010 0 110000 100100011 1000101 11111

Color Harmonies of #731884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731884

Black with #731884

Text Example


Text Example

White with #731884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731884; }

 p { color: rgb(115,24,132); }

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

background-color css

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

 a { background-color: rgb(115,24,132); }

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

border-color css

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

 span { border-color: rgb(115,24,132); }

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