Html Css Color HEX #731CBF Purple Heart

📋 copy color: '#731CBF'

red 115 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #731CBF

Tints of Purple Heart #731CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 34.43%
G = 8.38%
B = 57.19%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#731CBF (or 0x731CBF) is known color: Purple Heart. HEX triplet: 73, 1C and BF. RGB value is (115,28,191). Sum of RGB (Red+Green+Blue) = 115+28+191=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #731CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CBF is #8CE340. Grayscale: #484848. Windows color (decimal): -9233217 or 12524659. OLE color: 12524659.

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

Color convert

RGB 115 28 191 -
CMYK 0.40 0.85 0 0.25
HSL 272.02º 0.74% 0.43% -
HSV(B) 272.02º 0.85% 0.75% -
XYZ 16.89 8.24 49.99 -
YUV 72.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 115 28 191 0.40 0.85 0 0.25 272.02 0.74 0.43
Hex 73 1C BF 28 55 0 19 110 4A 2B
Octal 163 34 277 50 125 0 31 420 112 53
Binary 1110011 11100 10111111 101000 1010101 0 11001 100010000 1001010 101011

Color Harmonies of #731CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CBF

Black with #731CBF

Text Example


Text Example

White with #731CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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