Html Css Color HEX #731DCD Purple Heart

📋 copy color: '#731DCD'

red 115 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #731DCD

Tints of Purple Heart #731DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

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

R = 32.95%
G = 8.31%
B = 58.74%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#731DCD (or 0x731DCD) is known color: Purple Heart. HEX triplet: 73, 1D and CD. RGB value is (115,29,205). Sum of RGB (Red+Green+Blue) = 115+29+205=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #731DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DCD is #8CE232. Grayscale: #4A4A4A. Windows color (decimal): -9232947 or 13442419. OLE color: 13442419.

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

Color convert

RGB 115 29 205 -
CMYK 0.44 0.86 0 0.20
HSL 269.32º 0.75% 0.46% -
HSV(B) 269.32º 0.86% 0.8% -
XYZ 18.53 8.93 58.5 -
YUV 74.78 201.49 156.69 -
System Red Green Blue C M Y K H S L
Decimal 115 29 205 0.44 0.86 0 0.20 269.32 0.75 0.46
Hex 73 1D CD 2C 56 0 14 10D 4B 2E
Octal 163 35 315 54 126 0 24 415 113 56
Binary 1110011 11101 11001101 101100 1010110 0 10100 100001101 1001011 101110

Color Harmonies of #731DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DCD

Black with #731DCD

Text Example


Text Example

White with #731DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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