Html Css Color HEX #731EC9 Purple Heart

📋 copy color: '#731EC9'

red 115 ◦ green 30 ◦ blue 201

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

Shades of Purple Heart #731EC9

Tints of Purple Heart #731EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 58.09%

R = 33.24%
G = 8.67%
B = 58.09%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#731EC9 (or 0x731EC9) is known color: Purple Heart. HEX triplet: 73, 1E and C9. RGB value is (115,30,201). Sum of RGB (Red+Green+Blue) = 115+30+201=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #731EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EC9 is #8CE136. Grayscale: #4A4A4A. Windows color (decimal): -9232695 or 13180531. OLE color: 13180531.

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

Color convert

RGB 115 30 201 -
CMYK 0.43 0.85 0 0.21
HSL 269.82º 0.74% 0.45% -
HSV(B) 269.82º 0.85% 0.79% -
XYZ 18.08 8.79 56 -
YUV 74.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 115 30 201 0.43 0.85 0 0.21 269.82 0.74 0.45
Hex 73 1E C9 2B 55 0 15 10E 4A 2D
Octal 163 36 311 53 125 0 25 416 112 55
Binary 1110011 11110 11001001 101011 1010101 0 10101 100001110 1001010 101101

Color Harmonies of #731EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EC9

Black with #731EC9

Text Example


Text Example

White with #731EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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