Html Css Color HEX #731ED5 Purple Heart

📋 copy color: '#731ED5'

red 115 ◦ green 30 ◦ blue 213

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

Shades of Purple Heart #731ED5

Tints of Purple Heart #731ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

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

R = 32.12%
G = 8.38%
B = 59.5%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#731ED5 (or 0x731ED5) is known color: Purple Heart. HEX triplet: 73, 1E and D5. RGB value is (115,30,213). Sum of RGB (Red+Green+Blue) = 115+30+213=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #731ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ED5 is #8CE12A. Grayscale: #4B4B4B. Windows color (decimal): -9232683 or 13966963. OLE color: 13966963.

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

Color convert

RGB 115 30 213 -
CMYK 0.46 0.86 0 0.16
HSL 267.87º 0.75% 0.48% -
HSV(B) 267.87º 0.86% 0.84% -
XYZ 19.54 9.38 63.73 -
YUV 76.28 205.16 155.62 -
System Red Green Blue C M Y K H S L
Decimal 115 30 213 0.46 0.86 0 0.16 267.87 0.75 0.48
Hex 73 1E D5 2E 56 0 10 10C 4B 30
Octal 163 36 325 56 126 0 20 414 113 60
Binary 1110011 11110 11010101 101110 1010110 0 10000 100001100 1001011 110000

Color Harmonies of #731ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ED5

Black with #731ED5

Text Example


Text Example

White with #731ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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