Html Css Color HEX #731FD5 Purple Heart

📋 copy color: '#731FD5'

red 115 ◦ green 31 ◦ blue 213

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

Shades of Purple Heart #731FD5

Tints of Purple Heart #731FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.33%

R = 32.03%
G = 8.64%
B = 59.33%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#731FD5 (or 0x731FD5) is known color: Purple Heart. HEX triplet: 73, 1F and D5. RGB value is (115,31,213). Sum of RGB (Red+Green+Blue) = 115+31+213=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #731FD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FD5 is #8CE02A. Grayscale: #4C4C4C. Windows color (decimal): -9232427 or 13967219. OLE color: 13967219.

HSL color Cylindrical-coordinate representation of color #731FD5: hue angle of 267.69º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731FD5 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 31 213 -
CMYK 0.46 0.85 0 0.16
HSL 267.69º 0.75% 0.48% -
HSV(B) 267.69º 0.85% 0.84% -
XYZ 19.57 9.43 63.74 -
YUV 76.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 115 31 213 0.46 0.85 0 0.16 267.69 0.75 0.48
Hex 73 1F D5 2E 55 0 10 10C 4B 30
Octal 163 37 325 56 125 0 20 414 113 60
Binary 1110011 11111 11010101 101110 1010101 0 10000 100001100 1001011 110000

Color Harmonies of #731FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FD5

Black with #731FD5

Text Example


Text Example

White with #731FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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