Html Css Color HEX #731675 Dark Purple

📋 copy color: '#731675'

red 115 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #731675

Tints of Dark Purple #731675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 45.28%
G = 8.66%
B = 46.06%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731675 (or 0x731675) is known color: Dark Purple. HEX triplet: 73, 16 and 75. RGB value is (115,22,117). Sum of RGB (Red+Green+Blue) = 115+22+117=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #731675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731675 is #8CE98A. Grayscale: #3C3C3C. Windows color (decimal): -9234827 or 7673459. OLE color: 7673459.

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

Color convert

RGB 115 22 117 -
CMYK 0.02 0.81 0 0.54
HSL 298.74º 0.68% 0.27% -
HSV(B) 298.74º 0.81% 0.46% -
XYZ 10.57 5.5 17.33 -
YUV 60.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 115 22 117 0.02 0.81 0 0.54 298.74 0.68 0.27
Hex 73 16 75 2 51 0 36 12B 44 1B
Octal 163 26 165 2 121 0 66 453 104 33
Binary 1110011 10110 1110101 10 1010001 0 110110 100101011 1000100 11011

Color Harmonies of #731675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731675

Black with #731675

Text Example


Text Example

White with #731675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731675; }

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

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

background-color css

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

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

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

border-color css

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

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

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