Html Css Color HEX #731EC1 Purple Heart

📋 copy color: '#731EC1'

red 115 ◦ green 30 ◦ blue 193

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

Shades of Purple Heart #731EC1

Tints of Purple Heart #731EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 34.02%
G = 8.88%
B = 57.1%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#731EC1 (or 0x731EC1) is known color: Purple Heart. HEX triplet: 73, 1E and C1. RGB value is (115,30,193). Sum of RGB (Red+Green+Blue) = 115+30+193=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #731EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EC1 is #8CE13E. Grayscale: #494949. Windows color (decimal): -9232703 or 12656243. OLE color: 12656243.

HSL color Cylindrical-coordinate representation of color #731EC1: hue angle of 271.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731EC1 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 30 193 -
CMYK 0.40 0.84 0 0.24
HSL 271.29º 0.73% 0.44% -
HSV(B) 271.29º 0.84% 0.76% -
XYZ 17.16 8.42 51.17 -
YUV 74 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 115 30 193 0.40 0.84 0 0.24 271.29 0.73 0.44
Hex 73 1E C1 28 54 0 18 10F 49 2C
Octal 163 36 301 50 124 0 30 417 111 54
Binary 1110011 11110 11000001 101000 1010100 0 11000 100001111 1001001 101100

Color Harmonies of #731EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EC1

Black with #731EC1

Text Example


Text Example

White with #731EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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