Html Css Color HEX #731AAF Purple Heart

📋 copy color: '#731AAF'

red 115 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #731AAF

Tints of Purple Heart #731AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 36.39%
G = 8.23%
B = 55.38%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#731AAF (or 0x731AAF) is known color: Purple Heart. HEX triplet: 73, 1A and AF. RGB value is (115,26,175). Sum of RGB (Red+Green+Blue) = 115+26+175=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #731AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAF is #8CE550. Grayscale: #454545. Windows color (decimal): -9233745 or 11475571. OLE color: 11475571.

HSL color Cylindrical-coordinate representation of color #731AAF: hue angle of 275.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731AAF is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 26 175 -
CMYK 0.34 0.85 0 0.31
HSL 275.84º 0.74% 0.39% -
HSV(B) 275.84º 0.85% 0.69% -
XYZ 15.18 7.48 41.2 -
YUV 69.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 115 26 175 0.34 0.85 0 0.31 275.84 0.74 0.39
Hex 73 1A AF 22 55 0 1F 114 4A 27
Octal 163 32 257 42 125 0 37 424 112 47
Binary 1110011 11010 10101111 100010 1010101 0 11111 100010100 1001010 100111

Color Harmonies of #731AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AAF

Black with #731AAF

Text Example


Text Example

White with #731AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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