Html Css Color HEX #731FCC Purple Heart

📋 copy color: '#731FCC'

red 115 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #731FCC

Tints of Purple Heart #731FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 32.86%
G = 8.86%
B = 58.29%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#731FCC (or 0x731FCC) is known color: Purple Heart. HEX triplet: 73, 1F and CC. RGB value is (115,31,204). Sum of RGB (Red+Green+Blue) = 115+31+204=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #731FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCC is #8CE033. Grayscale: #4B4B4B. Windows color (decimal): -9232436 or 13377395. OLE color: 13377395.

HSL color Cylindrical-coordinate representation of color #731FCC: hue angle of 269.13º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731FCC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 31 204 -
CMYK 0.44 0.85 0 0.2
HSL 269.13º 0.74% 0.46% -
HSV(B) 269.13º 0.85% 0.8% -
XYZ 18.46 8.98 57.89 -
YUV 75.84 200.33 155.93 -
System Red Green Blue C M Y K H S L
Decimal 115 31 204 0.44 0.85 0 0.2 269.13 0.74 0.46
Hex 73 1F CC 2C 55 0 14 10D 4A 2E
Octal 163 37 314 54 125 0 24 415 112 56
Binary 1110011 11111 11001100 101100 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #731FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FCC

Black with #731FCC

Text Example


Text Example

White with #731FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,204); }

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

background-color css

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

 a { background-color: rgb(115,31,204); }

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

border-color css

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

 span { border-color: rgb(115,31,204); }

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