Html Css Color HEX #731CB7 Purple Heart

📋 copy color: '#731CB7'

red 115 ◦ green 28 ◦ blue 183

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

Shades of Purple Heart #731CB7

Tints of Purple Heart #731CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 183 (71.88% from 255) = 56.13%

R = 35.28%
G = 8.59%
B = 56.13%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#731CB7 (or 0x731CB7) is known color: Purple Heart. HEX triplet: 73, 1C and B7. RGB value is (115,28,183). Sum of RGB (Red+Green+Blue) = 115+28+183=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #731CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CB7 is #8CE348. Grayscale: #474747. Windows color (decimal): -9233225 or 12000371. OLE color: 12000371.

HSL color Cylindrical-coordinate representation of color #731CB7: hue angle of 273.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731CB7 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 28 183 -
CMYK 0.37 0.85 0 0.28
HSL 273.68º 0.73% 0.41% -
HSV(B) 273.68º 0.85% 0.72% -
XYZ 16.03 7.89 45.48 -
YUV 71.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 115 28 183 0.37 0.85 0 0.28 273.68 0.73 0.41
Hex 73 1C B7 25 55 0 1C 112 49 29
Octal 163 34 267 45 125 0 34 422 111 51
Binary 1110011 11100 10110111 100101 1010101 0 11100 100010010 1001001 101001

Color Harmonies of #731CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CB7

Black with #731CB7

Text Example


Text Example

White with #731CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,183); }

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

background-color css

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

 a { background-color: rgb(115,28,183); }

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

border-color css

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

 span { border-color: rgb(115,28,183); }

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