Html Css Color HEX #731AD4 Purple Heart

📋 copy color: '#731AD4'

red 115 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #731AD4

Tints of Purple Heart #731AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 212 (83.2% from 255) = 60.06%

R = 32.58%
G = 7.37%
B = 60.06%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#731AD4 (or 0x731AD4) is known color: Purple Heart. HEX triplet: 73, 1A and D4. RGB value is (115,26,212). Sum of RGB (Red+Green+Blue) = 115+26+212=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #731AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731AD4 is #8CE52B. Grayscale: #494949. Windows color (decimal): -9233708 or 13900403. OLE color: 13900403.

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

Color convert

RGB 115 26 212 -
CMYK 0.46 0.88 0 0.17
HSL 268.71º 0.78% 0.47% -
HSV(B) 268.71º 0.88% 0.83% -
XYZ 19.32 9.14 63.03 -
YUV 73.82 205.99 157.38 -
System Red Green Blue C M Y K H S L
Decimal 115 26 212 0.46 0.88 0 0.17 268.71 0.78 0.47
Hex 73 1A D4 2E 58 0 11 10D 4E 2F
Octal 163 32 324 56 130 0 21 415 116 57
Binary 1110011 11010 11010100 101110 1011000 0 10001 100001101 1001110 101111

Color Harmonies of #731AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AD4

Black with #731AD4

Text Example


Text Example

White with #731AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,212); }

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

background-color css

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

 a { background-color: rgb(115,26,212); }

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

border-color css

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

 span { border-color: rgb(115,26,212); }

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