Html Css Color HEX #731FC1 Purple Heart

📋 copy color: '#731FC1'

red 115 ◦ green 31 ◦ blue 193

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

Shades of Purple Heart #731FC1

Tints of Purple Heart #731FC1

RGB

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

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

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

R = 33.92%
G = 9.14%
B = 56.93%

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

#731FC1 (or 0x731FC1) is known color: Purple Heart. HEX triplet: 73, 1F and C1. RGB value is (115,31,193). Sum of RGB (Red+Green+Blue) = 115+31+193=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #731FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FC1 is #8CE03E. Grayscale: #4A4A4A. Windows color (decimal): -9232447 or 12656499. OLE color: 12656499.

HSL color Cylindrical-coordinate representation of color #731FC1: hue angle of 271.11º degrees, saturation: 0.72, 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 #731FC1 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 31 193 -
CMYK 0.40 0.84 0 0.24
HSL 271.11º 0.72% 0.44% -
HSV(B) 271.11º 0.84% 0.76% -
XYZ 17.19 8.48 51.18 -
YUV 74.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 115 31 193 0.40 0.84 0 0.24 271.11 0.72 0.44
Hex 73 1F C1 28 54 0 18 10F 48 2C
Octal 163 37 301 50 124 0 30 417 110 54
Binary 1110011 11111 11000001 101000 1010100 0 11000 100001111 1001000 101100

Color Harmonies of #731FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FC1

Black with #731FC1

Text Example


Text Example

White with #731FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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