Html Css Color HEX #731CAB Purple Heart

📋 copy color: '#731CAB'

red 115 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #731CAB

Tints of Purple Heart #731CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 36.62%
G = 8.92%
B = 54.46%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#731CAB (or 0x731CAB) is known color: Purple Heart. HEX triplet: 73, 1C and AB. RGB value is (115,28,171). Sum of RGB (Red+Green+Blue) = 115+28+171=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #731CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CAB is #8CE354. Grayscale: #454545. Windows color (decimal): -9233237 or 11213939. OLE color: 11213939.

HSL color Cylindrical-coordinate representation of color #731CAB: hue angle of 276.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731CAB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 28 171 -
CMYK 0.33 0.84 0 0.33
HSL 276.5º 0.72% 0.39% -
HSV(B) 276.5º 0.84% 0.67% -
XYZ 14.84 7.42 39.18 -
YUV 70.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 115 28 171 0.33 0.84 0 0.33 276.5 0.72 0.39
Hex 73 1C AB 21 54 0 21 115 48 27
Octal 163 34 253 41 124 0 41 425 110 47
Binary 1110011 11100 10101011 100001 1010100 0 100001 100010101 1001000 100111

Color Harmonies of #731CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CAB

Black with #731CAB

Text Example


Text Example

White with #731CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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