Html Css Color HEX #731FD3 Purple Heart

📋 copy color: '#731FD3'

red 115 ◦ green 31 ◦ blue 211

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

Shades of Purple Heart #731FD3

Tints of Purple Heart #731FD3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.68%

 BLUE value IS 211 (82.81% from 255) = 59.1%

R = 32.21%
G = 8.68%
B = 59.1%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#731FD3 (or 0x731FD3) is known color: Purple Heart. HEX triplet: 73, 1F and D3. RGB value is (115,31,211). Sum of RGB (Red+Green+Blue) = 115+31+211=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #731FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FD3 is #8CE02C. Grayscale: #4C4C4C. Windows color (decimal): -9232429 or 13836147. OLE color: 13836147.

HSL color Cylindrical-coordinate representation of color #731FD3: hue angle of 268º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731FD3 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 31 211 -
CMYK 0.45 0.85 0 0.17
HSL 268º 0.74% 0.47% -
HSV(B) 268º 0.85% 0.83% -
XYZ 19.32 9.33 62.41 -
YUV 76.64 203.83 155.36 -
System Red Green Blue C M Y K H S L
Decimal 115 31 211 0.45 0.85 0 0.17 268 0.74 0.47
Hex 73 1F D3 2D 55 0 11 10C 4A 2F
Octal 163 37 323 55 125 0 21 414 112 57
Binary 1110011 11111 11010011 101101 1010101 0 10001 100001100 1001010 101111

Color Harmonies of #731FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FD3

Black with #731FD3

Text Example


Text Example

White with #731FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,211); }

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

background-color css

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

 a { background-color: rgb(115,31,211); }

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

border-color css

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

 span { border-color: rgb(115,31,211); }

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