Html Css Color HEX #731AC0 Purple Heart

📋 copy color: '#731AC0'

red 115 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #731AC0

Tints of Purple Heart #731AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 192 (75.39% from 255) = 57.66%

R = 34.53%
G = 7.81%
B = 57.66%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#731AC0 (or 0x731AC0) is known color: Purple Heart. HEX triplet: 73, 1A and C0. RGB value is (115,26,192). Sum of RGB (Red+Green+Blue) = 115+26+192=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #731AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731AC0 is #8CE53F. Grayscale: #464646. Windows color (decimal): -9233728 or 12589683. OLE color: 12589683.

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

Color convert

RGB 115 26 192 -
CMYK 0.40 0.86 0 0.25
HSL 272.17º 0.76% 0.43% -
HSV(B) 272.17º 0.86% 0.75% -
XYZ 16.95 8.19 50.56 -
YUV 71.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 115 26 192 0.40 0.86 0 0.25 272.17 0.76 0.43
Hex 73 1A C0 28 56 0 19 110 4C 2B
Octal 163 32 300 50 126 0 31 420 114 53
Binary 1110011 11010 11000000 101000 1010110 0 11001 100010000 1001100 101011

Color Harmonies of #731AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AC0

Black with #731AC0

Text Example


Text Example

White with #731AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,192); }

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

background-color css

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

 a { background-color: rgb(115,26,192); }

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

border-color css

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

 span { border-color: rgb(115,26,192); }

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