Html Css Color HEX #731CBA Purple Heart

📋 copy color: '#731CBA'

red 115 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #731CBA

Tints of Purple Heart #731CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 34.95%
G = 8.51%
B = 56.53%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#731CBA (or 0x731CBA) is known color: Purple Heart. HEX triplet: 73, 1C and BA. RGB value is (115,28,186). Sum of RGB (Red+Green+Blue) = 115+28+186=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #731CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CBA is #8CE345. Grayscale: #474747. Windows color (decimal): -9233222 or 12196979. OLE color: 12196979.

HSL color Cylindrical-coordinate representation of color #731CBA: hue angle of 273.04º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731CBA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 28 186 -
CMYK 0.38 0.85 0 0.27
HSL 273.04º 0.74% 0.42% -
HSV(B) 273.04º 0.85% 0.73% -
XYZ 16.35 8.02 47.14 -
YUV 72.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 115 28 186 0.38 0.85 0 0.27 273.04 0.74 0.42
Hex 73 1C BA 26 55 0 1B 111 4A 2A
Octal 163 34 272 46 125 0 33 421 112 52
Binary 1110011 11100 10111010 100110 1010101 0 11011 100010001 1001010 101010

Color Harmonies of #731CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CBA

Black with #731CBA

Text Example


Text Example

White with #731CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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