Html Css Color HEX #731FCD Purple Heart

📋 copy color: '#731FCD'

red 115 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #731FCD

Tints of Purple Heart #731FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 32.76%
G = 8.83%
B = 58.4%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#731FCD (or 0x731FCD) is known color: Purple Heart. HEX triplet: 73, 1F and CD. RGB value is (115,31,205). Sum of RGB (Red+Green+Blue) = 115+31+205=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #731FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FCD is #8CE032. Grayscale: #4B4B4B. Windows color (decimal): -9232435 or 13442931. OLE color: 13442931.

HSL color Cylindrical-coordinate representation of color #731FCD: hue angle of 268.97º 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 #731FCD is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 31 205 -
CMYK 0.44 0.85 0 0.20
HSL 268.97º 0.74% 0.46% -
HSV(B) 268.97º 0.85% 0.8% -
XYZ 18.58 9.03 58.52 -
YUV 75.95 200.83 155.85 -
System Red Green Blue C M Y K H S L
Decimal 115 31 205 0.44 0.85 0 0.20 268.97 0.74 0.46
Hex 73 1F CD 2C 55 0 14 10D 4A 2E
Octal 163 37 315 54 125 0 24 415 112 56
Binary 1110011 11111 11001101 101100 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #731FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FCD

Black with #731FCD

Text Example


Text Example

White with #731FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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