Html Css Color HEX #731ECA Purple Heart

📋 copy color: '#731ECA'

red 115 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #731ECA

Tints of Purple Heart #731ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.65%

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

R = 33.14%
G = 8.65%
B = 58.21%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#731ECA (or 0x731ECA) is known color: Purple Heart. HEX triplet: 73, 1E and CA. RGB value is (115,30,202). Sum of RGB (Red+Green+Blue) = 115+30+202=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #731ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECA is #8CE135. Grayscale: #4A4A4A. Windows color (decimal): -9232694 or 13246067. OLE color: 13246067.

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

Color convert

RGB 115 30 202 -
CMYK 0.43 0.85 0 0.21
HSL 269.65º 0.74% 0.45% -
HSV(B) 269.65º 0.85% 0.79% -
XYZ 18.2 8.84 56.62 -
YUV 75.02 199.66 156.51 -
System Red Green Blue C M Y K H S L
Decimal 115 30 202 0.43 0.85 0 0.21 269.65 0.74 0.45
Hex 73 1E CA 2B 55 0 15 10E 4A 2D
Octal 163 36 312 53 125 0 25 416 112 55
Binary 1110011 11110 11001010 101011 1010101 0 10101 100001110 1001010 101101

Color Harmonies of #731ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ECA

Black with #731ECA

Text Example


Text Example

White with #731ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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