Html Css Color HEX #731DB1 Purple Heart

📋 copy color: '#731DB1'

red 115 ◦ green 29 ◦ blue 177

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

Shades of Purple Heart #731DB1

Tints of Purple Heart #731DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 177 (69.53% from 255) = 55.14%

R = 35.83%
G = 9.03%
B = 55.14%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#731DB1 (or 0x731DB1) is known color: Purple Heart. HEX triplet: 73, 1D and B1. RGB value is (115,29,177). Sum of RGB (Red+Green+Blue) = 115+29+177=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #731DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DB1 is #8CE24E. Grayscale: #474747. Windows color (decimal): -9232975 or 11607411. OLE color: 11607411.

HSL color Cylindrical-coordinate representation of color #731DB1: hue angle of 274.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731DB1 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 29 177 -
CMYK 0.35 0.84 0 0.31
HSL 274.86º 0.72% 0.4% -
HSV(B) 274.86º 0.84% 0.69% -
XYZ 15.45 7.7 42.27 -
YUV 71.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 115 29 177 0.35 0.84 0 0.31 274.86 0.72 0.4
Hex 73 1D B1 23 54 0 1F 113 48 28
Octal 163 35 261 43 124 0 37 423 110 50
Binary 1110011 11101 10110001 100011 1010100 0 11111 100010011 1001000 101000

Color Harmonies of #731DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DB1

Black with #731DB1

Text Example


Text Example

White with #731DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731DB1; }

 p { color: rgb(115,29,177); }

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

background-color css

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

 a { background-color: rgb(115,29,177); }

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

border-color css

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

 span { border-color: rgb(115,29,177); }

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