Html Css Color HEX #731275 Purple

📋 copy color: '#731275'

red 115 ◦ green 18 ◦ blue 117

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

Shades of Purple #731275

Tints of Purple #731275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 46%
G = 7.2%
B = 46.8%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731275 (or 0x731275) is known color: Purple. HEX triplet: 73, 12 and 75. RGB value is (115,18,117). Sum of RGB (Red+Green+Blue) = 115+18+117=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #731275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731275 is #8CED8A. Grayscale: #393939. Windows color (decimal): -9235851 or 7672435. OLE color: 7672435.

HSL color Cylindrical-coordinate representation of color #731275: hue angle of 298.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731275 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 18 117 -
CMYK 0.02 0.85 0 0.54
HSL 298.79º 0.73% 0.26% -
HSV(B) 298.79º 0.85% 0.46% -
XYZ 10.5 5.36 17.31 -
YUV 58.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 115 18 117 0.02 0.85 0 0.54 298.79 0.73 0.26
Hex 73 12 75 2 55 0 36 12B 49 1A
Octal 163 22 165 2 125 0 66 453 111 32
Binary 1110011 10010 1110101 10 1010101 0 110110 100101011 1001001 11010

Color Harmonies of #731275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731275

Black with #731275

Text Example


Text Example

White with #731275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731275; }

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

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

background-color css

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

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

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

border-color css

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

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

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