Html Css Color HEX #731FC0 Purple Heart

📋 copy color: '#731FC0'

red 115 ◦ green 31 ◦ blue 192

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

Shades of Purple Heart #731FC0

Tints of Purple Heart #731FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.8%

R = 34.02%
G = 9.17%
B = 56.8%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#731FC0 (or 0x731FC0) is known color: Purple Heart. HEX triplet: 73, 1F and C0. RGB value is (115,31,192). Sum of RGB (Red+Green+Blue) = 115+31+192=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #731FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FC0 is #8CE03F. Grayscale: #494949. Windows color (decimal): -9232448 or 12590963. OLE color: 12590963.

HSL color Cylindrical-coordinate representation of color #731FC0: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731FC0 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 31 192 -
CMYK 0.40 0.84 0 0.25
HSL 271.3º 0.72% 0.44% -
HSV(B) 271.3º 0.84% 0.75% -
XYZ 17.07 8.43 50.6 -
YUV 74.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 115 31 192 0.40 0.84 0 0.25 271.3 0.72 0.44
Hex 73 1F C0 28 54 0 19 10F 48 2C
Octal 163 37 300 50 124 0 31 417 110 54
Binary 1110011 11111 11000000 101000 1010100 0 11001 100001111 1001000 101100

Color Harmonies of #731FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FC0

Black with #731FC0

Text Example


Text Example

White with #731FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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