Html Css Color HEX #731DBF Purple Heart

📋 copy color: '#731DBF'

red 115 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #731DBF

Tints of Purple Heart #731DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

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

R = 34.33%
G = 8.66%
B = 57.01%

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

#731DBF (or 0x731DBF) is known color: Purple Heart. HEX triplet: 73, 1D and BF. RGB value is (115,29,191). Sum of RGB (Red+Green+Blue) = 115+29+191=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #731DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DBF is #8CE240. Grayscale: #484848. Windows color (decimal): -9232961 or 12524915. OLE color: 12524915.

HSL color Cylindrical-coordinate representation of color #731DBF: hue angle of 271.85º 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 #731DBF is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 29 191 -
CMYK 0.40 0.85 0 0.25
HSL 271.85º 0.74% 0.43% -
HSV(B) 271.85º 0.85% 0.75% -
XYZ 16.91 8.29 50 -
YUV 73.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 115 29 191 0.40 0.85 0 0.25 271.85 0.74 0.43
Hex 73 1D BF 28 55 0 19 110 4A 2B
Octal 163 35 277 50 125 0 31 420 112 53
Binary 1110011 11101 10111111 101000 1010101 0 11001 100010000 1001010 101011

Color Harmonies of #731DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DBF

Black with #731DBF

Text Example


Text Example

White with #731DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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