Html Css Color HEX #731CB3 Purple Heart

📋 copy color: '#731CB3'

red 115 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #731CB3

Tints of Purple Heart #731CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.59%

R = 35.71%
G = 8.7%
B = 55.59%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#731CB3 (or 0x731CB3) is known color: Purple Heart. HEX triplet: 73, 1C and B3. RGB value is (115,28,179). Sum of RGB (Red+Green+Blue) = 115+28+179=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #731CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CB3 is #8CE34C. Grayscale: #464646. Windows color (decimal): -9233229 or 11738227. OLE color: 11738227.

HSL color Cylindrical-coordinate representation of color #731CB3: hue angle of 274.57º degrees, saturation: 0.73, 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 #731CB3 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 28 179 -
CMYK 0.36 0.84 0 0.30
HSL 274.57º 0.73% 0.41% -
HSV(B) 274.57º 0.84% 0.7% -
XYZ 15.62 7.73 43.32 -
YUV 71.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 115 28 179 0.36 0.84 0 0.30 274.57 0.73 0.41
Hex 73 1C B3 24 54 0 1E 113 49 29
Octal 163 34 263 44 124 0 36 423 111 51
Binary 1110011 11100 10110011 100100 1010100 0 11110 100010011 1001001 101001

Color Harmonies of #731CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CB3

Black with #731CB3

Text Example


Text Example

White with #731CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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