Html Css Color HEX #731AC8 Purple Heart

📋 copy color: '#731AC8'

red 115 ◦ green 26 ◦ blue 200

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

Shades of Purple Heart #731AC8

Tints of Purple Heart #731AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 33.72%
G = 7.62%
B = 58.65%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#731AC8 (or 0x731AC8) is known color: Purple Heart. HEX triplet: 73, 1A and C8. RGB value is (115,26,200). Sum of RGB (Red+Green+Blue) = 115+26+200=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #731AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731AC8 is #8CE537. Grayscale: #474747. Windows color (decimal): -9233720 or 13113971. OLE color: 13113971.

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

Color convert

RGB 115 26 200 -
CMYK 0.42 0.87 0 0.22
HSL 270.69º 0.77% 0.44% -
HSV(B) 270.69º 0.87% 0.78% -
XYZ 17.86 8.55 55.35 -
YUV 72.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 115 26 200 0.42 0.87 0 0.22 270.69 0.77 0.44
Hex 73 1A C8 2A 57 0 16 10F 4D 2C
Octal 163 32 310 52 127 0 26 417 115 54
Binary 1110011 11010 11001000 101010 1010111 0 10110 100001111 1001101 101100

Color Harmonies of #731AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AC8

Black with #731AC8

Text Example


Text Example

White with #731AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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