Html Css Color HEX #731ACE Purple Heart

📋 copy color: '#731ACE'

red 115 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #731ACE

Tints of Purple Heart #731ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 33.14%
G = 7.49%
B = 59.37%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#731ACE (or 0x731ACE) is known color: Purple Heart. HEX triplet: 73, 1A and CE. RGB value is (115,26,206). Sum of RGB (Red+Green+Blue) = 115+26+206=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #731ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ACE is #8CE531. Grayscale: #484848. Windows color (decimal): -9233714 or 13507187. OLE color: 13507187.

HSL color Cylindrical-coordinate representation of color #731ACE: hue angle of 269.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731ACE is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 26 206 -
CMYK 0.44 0.87 0 0.19
HSL 269.67º 0.78% 0.45% -
HSV(B) 269.67º 0.87% 0.81% -
XYZ 18.58 8.84 59.12 -
YUV 73.13 202.99 157.86 -
System Red Green Blue C M Y K H S L
Decimal 115 26 206 0.44 0.87 0 0.19 269.67 0.78 0.45
Hex 73 1A CE 2C 57 0 13 10E 4E 2D
Octal 163 32 316 54 127 0 23 416 116 55
Binary 1110011 11010 11001110 101100 1010111 0 10011 100001110 1001110 101101

Color Harmonies of #731ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ACE

Black with #731ACE

Text Example


Text Example

White with #731ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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