Html Css Color HEX #731575 Dark Purple

📋 copy color: '#731575'

red 115 ◦ green 21 ◦ blue 117

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

Shades of Dark Purple #731575

Tints of Dark Purple #731575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 45.45%
G = 8.3%
B = 46.25%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731575 (or 0x731575) is known color: Dark Purple. HEX triplet: 73, 15 and 75. RGB value is (115,21,117). Sum of RGB (Red+Green+Blue) = 115+21+117=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #731575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731575 is #8CEA8A. Grayscale: #3B3B3B. Windows color (decimal): -9235083 or 7673203. OLE color: 7673203.

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

Color convert

RGB 115 21 117 -
CMYK 0.02 0.82 0 0.54
HSL 298.75º 0.7% 0.27% -
HSV(B) 298.75º 0.82% 0.46% -
XYZ 10.55 5.47 17.33 -
YUV 60.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 115 21 117 0.02 0.82 0 0.54 298.75 0.7 0.27
Hex 73 15 75 2 52 0 36 12B 46 1B
Octal 163 25 165 2 122 0 66 453 106 33
Binary 1110011 10101 1110101 10 1010010 0 110110 100101011 1000110 11011

Color Harmonies of #731575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731575

Black with #731575

Text Example


Text Example

White with #731575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731575; }

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

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

background-color css

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

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

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

border-color css

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

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

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