Html Css Color HEX #731DB2 Purple Heart

📋 copy color: '#731DB2'

red 115 ◦ green 29 ◦ blue 178

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

Shades of Purple Heart #731DB2

Tints of Purple Heart #731DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.28%

R = 35.71%
G = 9.01%
B = 55.28%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#731DB2 (or 0x731DB2) is known color: Purple Heart. HEX triplet: 73, 1D and B2. RGB value is (115,29,178). Sum of RGB (Red+Green+Blue) = 115+29+178=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #731DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DB2 is #8CE24D. Grayscale: #474747. Windows color (decimal): -9232974 or 11672947. OLE color: 11672947.

HSL color Cylindrical-coordinate representation of color #731DB2: hue angle of 274.63º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731DB2 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 29 178 -
CMYK 0.35 0.84 0 0.30
HSL 274.63º 0.72% 0.41% -
HSV(B) 274.63º 0.84% 0.7% -
XYZ 15.55 7.74 42.79 -
YUV 71.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 115 29 178 0.35 0.84 0 0.30 274.63 0.72 0.41
Hex 73 1D B2 23 54 0 1E 113 48 29
Octal 163 35 262 43 124 0 36 423 110 51
Binary 1110011 11101 10110010 100011 1010100 0 11110 100010011 1001000 101001

Color Harmonies of #731DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DB2

Black with #731DB2

Text Example


Text Example

White with #731DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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