Html Css Color HEX #731ECB Purple Heart

📋 copy color: '#731ECB'

red 115 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #731ECB

Tints of Purple Heart #731ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 33.05%
G = 8.62%
B = 58.33%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#731ECB (or 0x731ECB) is known color: Purple Heart. HEX triplet: 73, 1E and CB. RGB value is (115,30,203). Sum of RGB (Red+Green+Blue) = 115+30+203=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #731ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ECB is #8CE134. Grayscale: #4A4A4A. Windows color (decimal): -9232693 or 13311603. OLE color: 13311603.

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

Color convert

RGB 115 30 203 -
CMYK 0.43 0.85 0 0.20
HSL 269.48º 0.74% 0.46% -
HSV(B) 269.48º 0.85% 0.8% -
XYZ 18.31 8.89 57.25 -
YUV 75.14 200.16 156.43 -
System Red Green Blue C M Y K H S L
Decimal 115 30 203 0.43 0.85 0 0.20 269.48 0.74 0.46
Hex 73 1E CB 2B 55 0 14 10D 4A 2E
Octal 163 36 313 53 125 0 24 415 112 56
Binary 1110011 11110 11001011 101011 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #731ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731ECB

Black with #731ECB

Text Example


Text Example

White with #731ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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