Html Css Color HEX #731DCA Purple Heart

📋 copy color: '#731DCA'

red 115 ◦ green 29 ◦ blue 202

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

Shades of Purple Heart #731DCA

Tints of Purple Heart #731DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.38%

R = 33.24%
G = 8.38%
B = 58.38%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#731DCA (or 0x731DCA) is known color: Purple Heart. HEX triplet: 73, 1D and CA. RGB value is (115,29,202). Sum of RGB (Red+Green+Blue) = 115+29+202=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #731DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DCA is #8CE235. Grayscale: #494949. Windows color (decimal): -9232950 or 13245811. OLE color: 13245811.

HSL color Cylindrical-coordinate representation of color #731DCA: hue angle of 269.83º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731DCA is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 29 202 -
CMYK 0.43 0.86 0 0.21
HSL 269.83º 0.75% 0.45% -
HSV(B) 269.83º 0.86% 0.79% -
XYZ 18.17 8.79 56.62 -
YUV 74.44 199.99 156.93 -
System Red Green Blue C M Y K H S L
Decimal 115 29 202 0.43 0.86 0 0.21 269.83 0.75 0.45
Hex 73 1D CA 2B 56 0 15 10E 4B 2D
Octal 163 35 312 53 126 0 25 416 113 55
Binary 1110011 11101 11001010 101011 1010110 0 10101 100001110 1001011 101101

Color Harmonies of #731DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DCA

Black with #731DCA

Text Example


Text Example

White with #731DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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